Html Css Color HEX #721C27 Red Berry

📋 copy color: '#721C27'

red 114 ◦ green 28 ◦ blue 39

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

Shades of Red Berry #721C27

Tints of Red Berry #721C27

RGB

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

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

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

R = 62.98%
G = 15.47%
B = 21.55%

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

#721C27 (or 0x721C27) is known color: Red Berry. HEX triplet: 72, 1C and 27. RGB value is (114,28,39). Sum of RGB (Red+Green+Blue) = 114+28+39=181 (23% of max value = 765). Red value is 114 (44.92% from 255 or 62.98% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 39 (15.62% from 255 or 21.55% from 181); Max value from RGB is 114 - color contains mainly: red. Hex color #721C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721C27 is #8DE3D8. Grayscale: #373737. Windows color (decimal): -9298905 or 2563186. OLE color: 2563186.

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

Color convert

RGB 114 28 39 -
CMYK 0 0.75 0.66 0.55
HSL 352.33º 0.61% 0.28% -
HSV(B) 352.33º 0.75% 0.45% -
XYZ 7.72 4.55 2.39 -
YUV 54.97 118.99 170.11 -
System Red Green Blue C M Y K H S L
Decimal 114 28 39 0 0.75 0.66 0.55 352.33 0.61 0.28
Hex 72 1C 27 0 4B 42 37 160 3D 1C
Octal 162 34 47 0 113 102 67 540 75 34
Binary 1110010 11100 100111 0 1001011 1000010 110111 101100000 111101 11100

Color Harmonies of #721C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721C27

Black with #721C27

Text Example


Text Example

White with #721C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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