Html Css Color HEX #721E1F Red Berry

📋 copy color: '#721E1F'

red 114 ◦ green 30 ◦ blue 31

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

Shades of Red Berry #721E1F

Tints of Red Berry #721E1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.71%

R = 65.14%
G = 17.14%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#721E1F (or 0x721E1F) is known color: Red Berry. HEX triplet: 72, 1E and 1F. RGB value is (114,30,31). Sum of RGB (Red+Green+Blue) = 114+30+31=175 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.14% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 114 - color contains mainly: red. Hex color #721E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721E1F is #8DE1E0. Grayscale: #373737. Windows color (decimal): -9298401 or 2039410. OLE color: 2039410.

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

Color convert

RGB 114 30 31 -
CMYK 0 0.74 0.73 0.55
HSL 359.29º 0.58% 0.28% -
HSV(B) 359.29º 0.74% 0.45% -
XYZ 7.65 4.6 1.78 -
YUV 55.23 114.33 169.92 -
System Red Green Blue C M Y K H S L
Decimal 114 30 31 0 0.74 0.73 0.55 359.29 0.58 0.28
Hex 72 1E 1F 0 4A 49 37 167 3A 1C
Octal 162 36 37 0 112 111 67 547 72 34
Binary 1110010 11110 11111 0 1001010 1001001 110111 101100111 111010 11100

Color Harmonies of #721E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721E1F

Black with #721E1F

Text Example


Text Example

White with #721E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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