Html Css Color HEX #74161B Red Berry

📋 copy color: '#74161B'

red 116 ◦ green 22 ◦ blue 27

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

Shades of Red Berry #74161B

Tints of Red Berry #74161B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.33%

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

R = 70.3%
G = 13.33%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#74161B (or 0x74161B) is known color: Red Berry. HEX triplet: 74, 16 and 1B. RGB value is (116,22,27). Sum of RGB (Red+Green+Blue) = 116+22+27=165 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.30% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 116 - color contains mainly: red. Hex color #74161B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74161B is #8BE9E4. Grayscale: #323232. Windows color (decimal): -9169381 or 1775220. OLE color: 1775220.

HSL color Cylindrical-coordinate representation of color #74161B: hue angle of 356.81º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74161B is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 22 27 -
CMYK 0 0.81 0.77 0.55
HSL 356.81º 0.68% 0.27% -
HSV(B) 356.81º 0.81% 0.45% -
XYZ 7.69 4.37 1.47 -
YUV 50.68 114.64 174.59 -
System Red Green Blue C M Y K H S L
Decimal 116 22 27 0 0.81 0.77 0.55 356.81 0.68 0.27
Hex 74 16 1B 0 51 4D 37 165 44 1B
Octal 164 26 33 0 121 115 67 545 104 33
Binary 1110100 10110 11011 0 1010001 1001101 110111 101100101 1000100 11011

Color Harmonies of #74161B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74161B

Black with #74161B

Text Example


Text Example

White with #74161B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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