Html Css Color HEX #72191A Red Berry

📋 copy color: '#72191A'

red 114 ◦ green 25 ◦ blue 26

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

Shades of Red Berry #72191A

Tints of Red Berry #72191A

RGB

 RED value IS 114 (44.92% from 255) = 69.09%

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

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

R = 69.09%
G = 15.15%
B = 15.76%

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

#72191A (or 0x72191A) is known color: Red Berry. HEX triplet: 72, 19 and 1A. RGB value is (114,25,26). Sum of RGB (Red+Green+Blue) = 114+25+26=165 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.09% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 114 - color contains mainly: red. Hex color #72191A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72191A is #8DE6E5. Grayscale: #333333. Windows color (decimal): -9299686 or 1710450. OLE color: 1710450.

HSL color Cylindrical-coordinate representation of color #72191A: hue angle of 359.33º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #72191A is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 25 26 -
CMYK 0 0.78 0.77 0.55
HSL 359.33º 0.64% 0.27% -
HSV(B) 359.33º 0.78% 0.45% -
XYZ 7.47 4.35 1.42 -
YUV 51.73 113.49 172.42 -
System Red Green Blue C M Y K H S L
Decimal 114 25 26 0 0.78 0.77 0.55 359.33 0.64 0.27
Hex 72 19 1A 0 4E 4D 37 167 40 1B
Octal 162 31 32 0 116 115 67 547 100 33
Binary 1110010 11001 11010 0 1001110 1001101 110111 101100111 1000000 11011

Color Harmonies of #72191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72191A

Black with #72191A

Text Example


Text Example

White with #72191A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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