Html Css Color HEX #74191D Red Berry

📋 copy color: '#74191D'

red 116 ◦ green 25 ◦ blue 29

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

Shades of Red Berry #74191D

Tints of Red Berry #74191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.71%

 BLUE value IS 29 (11.72% from 255) = 17.06%

R = 68.24%
G = 14.71%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#74191D (or 0x74191D) is known color: Red Berry. HEX triplet: 74, 19 and 1D. RGB value is (116,25,29). Sum of RGB (Red+Green+Blue) = 116+25+29=170 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.24% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 116 - color contains mainly: red. Hex color #74191D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74191D is #8BE6E2. Grayscale: #343434. Windows color (decimal): -9168611 or 1907060. OLE color: 1907060.

HSL color Cylindrical-coordinate representation of color #74191D: hue angle of 357.36º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74191D is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 25 29 -
CMYK 0 0.78 0.75 0.55
HSL 357.36º 0.65% 0.28% -
HSV(B) 357.36º 0.78% 0.45% -
XYZ 7.77 4.5 1.62 -
YUV 52.67 114.65 173.17 -
System Red Green Blue C M Y K H S L
Decimal 116 25 29 0 0.78 0.75 0.55 357.36 0.65 0.28
Hex 74 19 1D 0 4E 4B 37 165 41 1C
Octal 164 31 35 0 116 113 67 545 101 34
Binary 1110100 11001 11101 0 1001110 1001011 110111 101100101 1000001 11100

Color Harmonies of #74191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74191D

Black with #74191D

Text Example


Text Example

White with #74191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74191D; }

 p { color: rgb(116,25,29); }

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

background-color css

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

 a { background-color: rgb(116,25,29); }

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

border-color css

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

 span { border-color: rgb(116,25,29); }

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