Html Css Color HEX #72131F Red Berry

📋 copy color: '#72131F'

red 114 ◦ green 19 ◦ blue 31

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

Shades of Red Berry #72131F

Tints of Red Berry #72131F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.59%

 BLUE value IS 31 (12.5% from 255) = 18.9%

R = 69.51%
G = 11.59%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#72131F (or 0x72131F) is known color: Red Berry. HEX triplet: 72, 13 and 1F. RGB value is (114,19,31). Sum of RGB (Red+Green+Blue) = 114+19+31=164 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.51% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 114 - color contains mainly: red. Hex color #72131F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72131F is #8DECE0. Grayscale: #303030. Windows color (decimal): -9301217 or 2036594. OLE color: 2036594.

HSL color Cylindrical-coordinate representation of color #72131F: hue angle of 352.42º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #72131F is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 19 31 -
CMYK 0 0.83 0.73 0.55
HSL 352.42º 0.71% 0.26% -
HSV(B) 352.42º 0.83% 0.45% -
XYZ 7.42 4.14 1.7 -
YUV 48.77 117.97 174.52 -
System Red Green Blue C M Y K H S L
Decimal 114 19 31 0 0.83 0.73 0.55 352.42 0.71 0.26
Hex 72 13 1F 0 53 49 37 160 47 1A
Octal 162 23 37 0 123 111 67 540 107 32
Binary 1110010 10011 11111 0 1010011 1001001 110111 101100000 1000111 11010

Color Harmonies of #72131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72131F

Black with #72131F

Text Example


Text Example

White with #72131F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72131F; }

 p { color: rgb(114,19,31); }

 H1.HeaderClassName
 {
   color: #72131F;
 }
 .AnyTagClassName
 {
   color: #72131F;
 }
</style>

background-color css

<style>
 a { background-color: #72131F; }

 a { background-color: rgb(114,19,31); }

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

border-color css

<style>
 span { border-color: #72131F; }

 span { border-color: rgb(114,19,31); }

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