Html Css Color HEX #72141F Red Berry

📋 copy color: '#72141F'

red 114 ◦ green 20 ◦ blue 31

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

Shades of Red Berry #72141F

Tints of Red Berry #72141F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.12%

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

R = 69.09%
G = 12.12%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#72141F (or 0x72141F) is known color: Red Berry. HEX triplet: 72, 14 and 1F. RGB value is (114,20,31). Sum of RGB (Red+Green+Blue) = 114+20+31=165 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.09% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 114 - color contains mainly: red. Hex color #72141F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72141F is #8DEBE0. Grayscale: #313131. Windows color (decimal): -9300961 or 2036850. OLE color: 2036850.

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

Color convert

RGB 114 20 31 -
CMYK 0 0.82 0.73 0.55
HSL 352.98º 0.7% 0.26% -
HSV(B) 352.98º 0.82% 0.45% -
XYZ 7.44 4.18 1.71 -
YUV 49.36 117.64 174.11 -
System Red Green Blue C M Y K H S L
Decimal 114 20 31 0 0.82 0.73 0.55 352.98 0.7 0.26
Hex 72 14 1F 0 52 49 37 161 46 1A
Octal 162 24 37 0 122 111 67 541 106 32
Binary 1110010 10100 11111 0 1010010 1001001 110111 101100001 1000110 11010

Color Harmonies of #72141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72141F

Black with #72141F

Text Example


Text Example

White with #72141F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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