Html Css Color HEX #741123 Red Berry

📋 copy color: '#741123'

red 116 ◦ green 17 ◦ blue 35

#741123
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Berry #741123

Tints of Red Berry #741123

RGB

 RED value IS 116 (45.7% from 255) = 69.05%

 GREEN value IS 17 (7.03% from 255) = 10.12%

 BLUE value IS 35 (14.06% from 255) = 20.83%

R = 69.05%
G = 10.12%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#741123 (or 0x741123) is known color: Red Berry. HEX triplet: 74, 11 and 23. RGB value is (116,17,35). Sum of RGB (Red+Green+Blue) = 116+17+35=168 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.05% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 35 (14.06% from 255 or 20.83% from 168); Max value from RGB is 116 - color contains mainly: red. Hex color #741123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741123 is #8BEEDC. Grayscale: #303030. Windows color (decimal): -9170653 or 2298228. OLE color: 2298228.

HSL color Cylindrical-coordinate representation of color #741123: hue angle of 349.09º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741123 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 17 35 -
CMYK 0 0.85 0.70 0.55
HSL 349.09º 0.74% 0.26% -
HSV(B) 349.09º 0.85% 0.45% -
XYZ 7.71 4.24 2 -
YUV 48.65 120.3 176.04 -
System Red Green Blue C M Y K H S L
Decimal 116 17 35 0 0.85 0.70 0.55 349.09 0.74 0.26
Hex 74 11 23 0 55 46 37 15D 4A 1A
Octal 164 21 43 0 125 106 67 535 112 32
Binary 1110100 10001 100011 0 1010101 1000110 110111 101011101 1001010 11010

Color Harmonies of #741123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741123

Black with #741123

Text Example


Text Example

White with #741123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741123; }

 p { color: rgb(116,17,35); }

 H1.HeaderClassName
 {
   color: #741123;
 }
 .AnyTagClassName
 {
   color: #741123;
 }
</style>

background-color css

<style>
 a { background-color: #741123; }

 a { background-color: rgb(116,17,35); }

 div.DivClassName
 {
   background-color: #741123;
 }
 .BgClassName
 {
   background-color: #741123;
 }
</style>

border-color css

<style>
 span { border-color: #741123; }

 span { border-color: rgb(116,17,35); }

 td.TdClassName
 {
   border-color: #741123;
 }
 .TagClassName
 {
   border-color: #741123;
 }
</style>