Html Css Color HEX #721E28 Red Berry

📋 copy color: '#721E28'

red 114 ◦ green 30 ◦ blue 40

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

Shades of Red Berry #721E28

Tints of Red Berry #721E28

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.3%

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

R = 61.96%
G = 16.3%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#721E28 (or 0x721E28) is known color: Red Berry. HEX triplet: 72, 1E and 28. RGB value is (114,30,40). Sum of RGB (Red+Green+Blue) = 114+30+40=184 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.96% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 114 - color contains mainly: red. Hex color #721E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721E28 is #8DE1D7. Grayscale: #383838. Windows color (decimal): -9298392 or 2629234. OLE color: 2629234.

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

Color convert

RGB 114 30 40 -
CMYK 0 0.74 0.65 0.55
HSL 352.86º 0.58% 0.28% -
HSV(B) 352.86º 0.74% 0.45% -
XYZ 7.79 4.66 2.5 -
YUV 56.26 118.83 169.19 -
System Red Green Blue C M Y K H S L
Decimal 114 30 40 0 0.74 0.65 0.55 352.86 0.58 0.28
Hex 72 1E 28 0 4A 41 37 161 3A 1C
Octal 162 36 50 0 112 101 67 541 72 34
Binary 1110010 11110 101000 0 1001010 1000001 110111 101100001 111010 11100

Color Harmonies of #721E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721E28

Black with #721E28

Text Example


Text Example

White with #721E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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