Html Css Color HEX #74191A Red Berry

📋 copy color: '#74191A'

red 116 ◦ green 25 ◦ blue 26

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

Shades of Red Berry #74191A

Tints of Red Berry #74191A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.57%

R = 69.46%
G = 14.97%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#74191A (or 0x74191A) is known color: Red Berry. HEX triplet: 74, 19 and 1A. RGB value is (116,25,26). Sum of RGB (Red+Green+Blue) = 116+25+26=167 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.46% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 116 - color contains mainly: red. Hex color #74191A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74191A is #8BE6E5. Grayscale: #343434. Windows color (decimal): -9168614 or 1710452. OLE color: 1710452.

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

Color convert

RGB 116 25 26 -
CMYK 0 0.78 0.78 0.55
HSL 359.34º 0.65% 0.28% -
HSV(B) 359.34º 0.78% 0.45% -
XYZ 7.74 4.48 1.43 -
YUV 52.32 113.15 173.42 -
System Red Green Blue C M Y K H S L
Decimal 116 25 26 0 0.78 0.78 0.55 359.34 0.65 0.28
Hex 74 19 1A 0 4E 4E 37 167 41 1C
Octal 164 31 32 0 116 116 67 547 101 34
Binary 1110100 11001 11010 0 1001110 1001110 110111 101100111 1000001 11100

Color Harmonies of #74191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74191A

Black with #74191A

Text Example


Text Example

White with #74191A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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