Html Css Color HEX #721C28 Red Berry

📋 copy color: '#721C28'

red 114 ◦ green 28 ◦ blue 40

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

Shades of Red Berry #721C28

Tints of Red Berry #721C28

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.38%

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

R = 62.64%
G = 15.38%
B = 21.98%

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

#721C28 (or 0x721C28) is known color: Red Berry. HEX triplet: 72, 1C and 28. RGB value is (114,28,40). Sum of RGB (Red+Green+Blue) = 114+28+40=182 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.64% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 114 - color contains mainly: red. Hex color #721C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721C28 is #8DE3D7. Grayscale: #373737. Windows color (decimal): -9298904 or 2628722. OLE color: 2628722.

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

Color convert

RGB 114 28 40 -
CMYK 0 0.75 0.65 0.55
HSL 351.63º 0.61% 0.28% -
HSV(B) 351.63º 0.75% 0.45% -
XYZ 7.74 4.56 2.48 -
YUV 55.08 119.49 170.02 -
System Red Green Blue C M Y K H S L
Decimal 114 28 40 0 0.75 0.65 0.55 351.63 0.61 0.28
Hex 72 1C 28 0 4B 41 37 160 3D 1C
Octal 162 34 50 0 113 101 67 540 75 34
Binary 1110010 11100 101000 0 1001011 1000001 110111 101100000 111101 11100

Color Harmonies of #721C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721C28

Black with #721C28

Text Example


Text Example

White with #721C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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