Html Css Color HEX #721D28 Red Berry

📋 copy color: '#721D28'

red 114 ◦ green 29 ◦ blue 40

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

Shades of Red Berry #721D28

Tints of Red Berry #721D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.86%

R = 62.3%
G = 15.85%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#721D28 (or 0x721D28) is known color: Red Berry. HEX triplet: 72, 1D and 28. RGB value is (114,29,40). Sum of RGB (Red+Green+Blue) = 114+29+40=183 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.30% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 114 - color contains mainly: red. Hex color #721D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721D28 is #8DE2D7. Grayscale: #373737. Windows color (decimal): -9298648 or 2628978. OLE color: 2628978.

HSL color Cylindrical-coordinate representation of color #721D28: hue angle of 352.24º 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 #721D28 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 29 40 -
CMYK 0 0.75 0.65 0.55
HSL 352.24º 0.59% 0.28% -
HSV(B) 352.24º 0.75% 0.45% -
XYZ 7.76 4.61 2.49 -
YUV 55.67 119.16 169.61 -
System Red Green Blue C M Y K H S L
Decimal 114 29 40 0 0.75 0.65 0.55 352.24 0.59 0.28
Hex 72 1D 28 0 4B 41 37 160 3B 1C
Octal 162 35 50 0 113 101 67 540 73 34
Binary 1110010 11101 101000 0 1001011 1000001 110111 101100000 111011 11100

Color Harmonies of #721D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721D28

Black with #721D28

Text Example


Text Example

White with #721D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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