Html Css Color HEX #74111B Red Berry

📋 copy color: '#74111B'

red 116 ◦ green 17 ◦ blue 27

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

Shades of Red Berry #74111B

Tints of Red Berry #74111B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.88%

R = 72.5%
G = 10.63%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#74111B (or 0x74111B) is known color: Red Berry. HEX triplet: 74, 11 and 1B. RGB value is (116,17,27). Sum of RGB (Red+Green+Blue) = 116+17+27=160 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.5% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 116 - color contains mainly: red. Hex color #74111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74111B is #8BEEE4. Grayscale: #2F2F2F. Windows color (decimal): -9170661 or 1773940. OLE color: 1773940.

HSL color Cylindrical-coordinate representation of color #74111B: hue angle of 353.94º 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 #74111B is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 17 27 -
CMYK 0 0.85 0.77 0.55
HSL 353.94º 0.74% 0.26% -
HSV(B) 353.94º 0.85% 0.45% -
XYZ 7.6 4.19 1.45 -
YUV 47.74 116.3 176.69 -
System Red Green Blue C M Y K H S L
Decimal 116 17 27 0 0.85 0.77 0.55 353.94 0.74 0.26
Hex 74 11 1B 0 55 4D 37 162 4A 1A
Octal 164 21 33 0 125 115 67 542 112 32
Binary 1110100 10001 11011 0 1010101 1001101 110111 101100010 1001010 11010

Color Harmonies of #74111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74111B

Black with #74111B

Text Example


Text Example

White with #74111B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74111B; }

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

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

background-color css

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

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

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

border-color css

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

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

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