#72142A

Color #72142A Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #72142A

Tints of Red Berry #72142A

Color information

#72142A (or 0x72142A) is unknown color: approx Red Berry. HEX triplet: 72, 14 and 2A. RGB value is (114,20,42). Sum of RGB (Red+Green+Blue) = 114+20+42=176 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.77% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 42 (16.80% from 255 or 23.86% from 176); Max value from RGB is 114 - color contains mainly: red. Hex color #72142A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72142A is #8DEBD5. Grayscale: #323232. Windows color (decimal): -9300950 or 2757746. OLE color: 2757746.

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

Color convert

RGB1142042-
CMYK00.820.630.55
HSL345.96º70.15%26.27%-
HSV(B)345.96º82.46%44.71%-
XYZ7.614.242.61-
YUV50.61123.14173.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 64.77%
GREEN value IS 20 (8.20% from 255) = 11.36%
BLUE value IS 42 (16.80% from 255) = 23.86%
R=64.77%
G=11.36%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114204200.820.630.55345.9670.1526.27
Hex72142A0523F3715a461a
Octal16224520122776753210632
Binary11100101010010101001010010111111110111101011010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #72142A;
 }
 .AnyTagClassName
 {
   color: #72142A;
 }
</style>
background-color css

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

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

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

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

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

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