Html Css Color HEX #72142B Red Berry

📋 copy color: '#72142B'

red 114 ◦ green 20 ◦ blue 43

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

Shades of Red Berry #72142B

Tints of Red Berry #72142B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.29%

R = 64.41%
G = 11.3%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#72142B (or 0x72142B) is known color: Red Berry. HEX triplet: 72, 14 and 2B. RGB value is (114,20,43). Sum of RGB (Red+Green+Blue) = 114+20+43=177 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.41% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 114 - color contains mainly: red. Hex color #72142B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72142B is #8DEBD4. Grayscale: #323232. Windows color (decimal): -9300949 or 2823282. OLE color: 2823282.

HSL color Cylindrical-coordinate representation of color #72142B: hue angle of 345.32º 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 #72142B is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 20 43 -
CMYK 0 0.82 0.62 0.55
HSL 345.32º 0.7% 0.26% -
HSV(B) 345.32º 0.82% 0.45% -
XYZ 7.63 4.25 2.7 -
YUV 50.73 123.64 173.13 -
System Red Green Blue C M Y K H S L
Decimal 114 20 43 0 0.82 0.62 0.55 345.32 0.7 0.26
Hex 72 14 2B 0 52 3E 37 159 46 1A
Octal 162 24 53 0 122 76 67 531 106 32
Binary 1110010 10100 101011 0 1010010 111110 110111 101011001 1000110 11010

Color Harmonies of #72142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72142B

Black with #72142B

Text Example


Text Example

White with #72142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72142B; }

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

 H1.HeaderClassName
 {
   color: #72142B;
 }
 .AnyTagClassName
 {
   color: #72142B;
 }
</style>

background-color css

<style>
 a { background-color: #72142B; }

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

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

border-color css

<style>
 span { border-color: #72142B; }

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

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