Html Css Color HEX #721D27 Red Berry

📋 copy color: '#721D27'

red 114 ◦ green 29 ◦ blue 39

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

Shades of Red Berry #721D27

Tints of Red Berry #721D27

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.93%

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

R = 62.64%
G = 15.93%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#721D27 (or 0x721D27) is known color: Red Berry. HEX triplet: 72, 1D and 27. RGB value is (114,29,39). Sum of RGB (Red+Green+Blue) = 114+29+39=182 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.64% from 182); Green value is 29 (11.72% from 255 or 15.93% from 182); Blue value is 39 (15.62% from 255 or 21.43% from 182); Max value from RGB is 114 - color contains mainly: red. Hex color #721D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721D27 is #8DE2D8. Grayscale: #373737. Windows color (decimal): -9298649 or 2563442. OLE color: 2563442.

HSL color Cylindrical-coordinate representation of color #721D27: hue angle of 352.94º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #721D27 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 29 39 -
CMYK 0 0.75 0.66 0.55
HSL 352.94º 0.59% 0.28% -
HSV(B) 352.94º 0.75% 0.45% -
XYZ 7.75 4.6 2.4 -
YUV 55.56 118.66 169.69 -
System Red Green Blue C M Y K H S L
Decimal 114 29 39 0 0.75 0.66 0.55 352.94 0.59 0.28
Hex 72 1D 27 0 4B 42 37 161 3B 1C
Octal 162 35 47 0 113 102 67 541 73 34
Binary 1110010 11101 100111 0 1001011 1000010 110111 101100001 111011 11100

Color Harmonies of #721D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721D27

Black with #721D27

Text Example


Text Example

White with #721D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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