#72102A

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

Shades of Red Berry #72102A

Tints of Red Berry #72102A

Color information

#72102A (or 0x72102A) is unknown color: approx Red Berry. HEX triplet: 72, 10 and 2A. RGB value is (114,16,42). Sum of RGB (Red+Green+Blue) = 114+16+42=172 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.28% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 114 - color contains mainly: red. Hex color #72102A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72102A is #8DEFD5. Grayscale: #303030. Windows color (decimal): -9301974 or 2756722. OLE color: 2756722.

HSL color Cylindrical-coordinate representation of color #72102A: hue angle of 344.08º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #72102A is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB1141642-
CMYK00.860.630.55
HSL344.08º75.38%25.49%-
HSV(B)344.08º85.96%44.71%-
XYZ7.544.122.59-
YUV48.27124.47174.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 66.28%
GREEN value IS 16 (6.64% from 255) = 9.30%
BLUE value IS 42 (16.80% from 255) = 24.42%
R=66.28%
G=9.30%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114164200.860.630.55344.0875.3825.49
Hex72102A0563F371584b19
Octal16220520126776753011331
Binary11100101000010101001010110111111110111101011000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72102A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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