Html Css Color HEX #74191B Red Berry

📋 copy color: '#74191B'

red 116 ◦ green 25 ◦ blue 27

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

Shades of Red Berry #74191B

Tints of Red Berry #74191B

RGB

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

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

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

R = 69.05%
G = 14.88%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#74191B (or 0x74191B) is known color: Red Berry. HEX triplet: 74, 19 and 1B. RGB value is (116,25,27). Sum of RGB (Red+Green+Blue) = 116+25+27=168 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.05% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 116 - color contains mainly: red. Hex color #74191B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74191B is #8BE6E4. Grayscale: #343434. Windows color (decimal): -9168613 or 1775988. OLE color: 1775988.

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

Color convert

RGB 116 25 27 -
CMYK 0 0.78 0.77 0.55
HSL 358.68º 0.65% 0.28% -
HSV(B) 358.68º 0.78% 0.45% -
XYZ 7.75 4.49 1.49 -
YUV 52.44 113.65 173.34 -
System Red Green Blue C M Y K H S L
Decimal 116 25 27 0 0.78 0.77 0.55 358.68 0.65 0.28
Hex 74 19 1B 0 4E 4D 37 167 41 1C
Octal 164 31 33 0 116 115 67 547 101 34
Binary 1110100 11001 11011 0 1001110 1001101 110111 101100111 1000001 11100

Color Harmonies of #74191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74191B

Black with #74191B

Text Example


Text Example

White with #74191B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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