Html Css Color HEX #721027 Red Berry

📋 copy color: '#721027'

red 114 ◦ green 16 ◦ blue 39

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

Shades of Red Berry #721027

Tints of Red Berry #721027

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.47%

 BLUE value IS 39 (15.63% from 255) = 23.08%

R = 67.46%
G = 9.47%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#721027 (or 0x721027) is known color: Red Berry. HEX triplet: 72, 10 and 27. RGB value is (114,16,39). Sum of RGB (Red+Green+Blue) = 114+16+39=169 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.46% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 114 - color contains mainly: red. Hex color #721027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721027 is #8DEFD8. Grayscale: #2F2F2F. Windows color (decimal): -9301977 or 2560114. OLE color: 2560114.

HSL color Cylindrical-coordinate representation of color #721027: hue angle of 345.92º 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 #721027 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 16 39 -
CMYK 0 0.86 0.66 0.55
HSL 345.92º 0.75% 0.25% -
HSV(B) 345.92º 0.86% 0.45% -
XYZ 7.49 4.09 2.31 -
YUV 47.92 122.97 175.13 -
System Red Green Blue C M Y K H S L
Decimal 114 16 39 0 0.86 0.66 0.55 345.92 0.75 0.25
Hex 72 10 27 0 56 42 37 15A 4B 19
Octal 162 20 47 0 126 102 67 532 113 31
Binary 1110010 10000 100111 0 1010110 1000010 110111 101011010 1001011 11001

Color Harmonies of #721027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721027

Black with #721027

Text Example


Text Example

White with #721027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721027; }

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

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

background-color css

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

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

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

border-color css

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

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

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