Html Css Color HEX #74162C Red Berry

📋 copy color: '#74162C'

red 116 ◦ green 22 ◦ blue 44

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

Shades of Red Berry #74162C

Tints of Red Berry #74162C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 24.18%

R = 63.74%
G = 12.09%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#74162C (or 0x74162C) is known color: Red Berry. HEX triplet: 74, 16 and 2C. RGB value is (116,22,44). Sum of RGB (Red+Green+Blue) = 116+22+44=182 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.74% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 116 - color contains mainly: red. Hex color #74162C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74162C is #8BE9D3. Grayscale: #343434. Windows color (decimal): -9169364 or 2889332. OLE color: 2889332.

HSL color Cylindrical-coordinate representation of color #74162C: hue angle of 345.96º 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 #74162C is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 22 44 -
CMYK 0 0.81 0.62 0.55
HSL 345.96º 0.68% 0.27% -
HSV(B) 345.96º 0.81% 0.45% -
XYZ 7.94 4.47 2.83 -
YUV 52.61 123.14 173.21 -
System Red Green Blue C M Y K H S L
Decimal 116 22 44 0 0.81 0.62 0.55 345.96 0.68 0.27
Hex 74 16 2C 0 51 3E 37 15A 44 1B
Octal 164 26 54 0 121 76 67 532 104 33
Binary 1110100 10110 101100 0 1010001 111110 110111 101011010 1000100 11011

Color Harmonies of #74162C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74162C

Black with #74162C

Text Example


Text Example

White with #74162C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74162C; }

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

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

background-color css

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

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

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

border-color css

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

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

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