Html Css Color HEX #72191C Red Berry

📋 copy color: '#72191C'

red 114 ◦ green 25 ◦ blue 28

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

Shades of Red Berry #72191C

Tints of Red Berry #72191C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.77%

R = 68.26%
G = 14.97%
B = 16.77%

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

#72191C (or 0x72191C) is known color: Red Berry. HEX triplet: 72, 19 and 1C. RGB value is (114,25,28). Sum of RGB (Red+Green+Blue) = 114+25+28=167 (22% of max value = 765). Red value is 114 (44.92% from 255 or 68.26% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 114 - color contains mainly: red. Hex color #72191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72191C is #8DE6E3. Grayscale: #343434. Windows color (decimal): -9299684 or 1841522. OLE color: 1841522.

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

Color convert

RGB 114 25 28 -
CMYK 0 0.78 0.75 0.55
HSL 357.98º 0.64% 0.27% -
HSV(B) 357.98º 0.78% 0.45% -
XYZ 7.5 4.36 1.54 -
YUV 51.95 114.49 172.26 -
System Red Green Blue C M Y K H S L
Decimal 114 25 28 0 0.78 0.75 0.55 357.98 0.64 0.27
Hex 72 19 1C 0 4E 4B 37 166 40 1B
Octal 162 31 34 0 116 113 67 546 100 33
Binary 1110010 11001 11100 0 1001110 1001011 110111 101100110 1000000 11011

Color Harmonies of #72191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72191C

Black with #72191C

Text Example


Text Example

White with #72191C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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