Html Css Color HEX #74162B Red Berry

📋 copy color: '#74162B'

red 116 ◦ green 22 ◦ blue 43

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

Shades of Red Berry #74162B

Tints of Red Berry #74162B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 23.76%

R = 64.09%
G = 12.15%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#74162B (or 0x74162B) is known color: Red Berry. HEX triplet: 74, 16 and 2B. RGB value is (116,22,43). Sum of RGB (Red+Green+Blue) = 116+22+43=181 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.09% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 43 (17.19% from 255 or 23.76% from 181); Max value from RGB is 116 - color contains mainly: red. Hex color #74162B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74162B is #8BE9D4. Grayscale: #343434. Windows color (decimal): -9169365 or 2823796. OLE color: 2823796.

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

Color convert

RGB 116 22 43 -
CMYK 0 0.81 0.63 0.55
HSL 346.6º 0.68% 0.27% -
HSV(B) 346.6º 0.81% 0.45% -
XYZ 7.93 4.46 2.73 -
YUV 52.5 122.64 173.29 -
System Red Green Blue C M Y K H S L
Decimal 116 22 43 0 0.81 0.63 0.55 346.6 0.68 0.27
Hex 74 16 2B 0 51 3F 37 15B 44 1B
Octal 164 26 53 0 121 77 67 533 104 33
Binary 1110100 10110 101011 0 1010001 111111 110111 101011011 1000100 11011

Color Harmonies of #74162B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74162B

Black with #74162B

Text Example


Text Example

White with #74162B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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