Html Css Color HEX #74191E Red Berry

📋 copy color: '#74191E'

red 116 ◦ green 25 ◦ blue 30

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

Shades of Red Berry #74191E

Tints of Red Berry #74191E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.54%

R = 67.84%
G = 14.62%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#74191E (or 0x74191E) is known color: Red Berry. HEX triplet: 74, 19 and 1E. RGB value is (116,25,30). Sum of RGB (Red+Green+Blue) = 116+25+30=171 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.84% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 116 - color contains mainly: red. Hex color #74191E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74191E is #8BE6E1. Grayscale: #343434. Windows color (decimal): -9168610 or 1972596. OLE color: 1972596.

HSL color Cylindrical-coordinate representation of color #74191E: hue angle of 356.7º 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 #74191E is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 25 30 -
CMYK 0 0.78 0.74 0.55
HSL 356.7º 0.65% 0.28% -
HSV(B) 356.7º 0.78% 0.45% -
XYZ 7.78 4.5 1.69 -
YUV 52.78 115.15 173.09 -
System Red Green Blue C M Y K H S L
Decimal 116 25 30 0 0.78 0.74 0.55 356.7 0.65 0.28
Hex 74 19 1E 0 4E 4A 37 165 41 1C
Octal 164 31 36 0 116 112 67 545 101 34
Binary 1110100 11001 11110 0 1001110 1001010 110111 101100101 1000001 11100

Color Harmonies of #74191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74191E

Black with #74191E

Text Example


Text Example

White with #74191E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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