Html Css Color HEX #721E2B Red Berry

📋 copy color: '#721E2B'

red 114 ◦ green 30 ◦ blue 43

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

Shades of Red Berry #721E2B

Tints of Red Berry #721E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.99%

R = 60.96%
G = 16.04%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#721E2B (or 0x721E2B) is known color: Red Berry. HEX triplet: 72, 1E and 2B. RGB value is (114,30,43). Sum of RGB (Red+Green+Blue) = 114+30+43=187 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.96% from 187); Green value is 30 (12.11% from 255 or 16.04% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 114 - color contains mainly: red. Hex color #721E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721E2B is #8DE1D4. Grayscale: #383838. Windows color (decimal): -9298389 or 2825842. OLE color: 2825842.

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

Color convert

RGB 114 30 43 -
CMYK 0 0.74 0.62 0.55
HSL 350.71º 0.58% 0.28% -
HSV(B) 350.71º 0.74% 0.45% -
XYZ 7.84 4.68 2.78 -
YUV 56.6 120.33 168.94 -
System Red Green Blue C M Y K H S L
Decimal 114 30 43 0 0.74 0.62 0.55 350.71 0.58 0.28
Hex 72 1E 2B 0 4A 3E 37 15F 3A 1C
Octal 162 36 53 0 112 76 67 537 72 34
Binary 1110010 11110 101011 0 1001010 111110 110111 101011111 111010 11100

Color Harmonies of #721E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721E2B

Black with #721E2B

Text Example


Text Example

White with #721E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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