Html Css Color HEX #721B1E Red Berry

📋 copy color: '#721B1E'

red 114 ◦ green 27 ◦ blue 30

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

Shades of Red Berry #721B1E

Tints of Red Berry #721B1E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.79%

 BLUE value IS 30 (12.11% from 255) = 17.54%

R = 66.67%
G = 15.79%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#721B1E (or 0x721B1E) is known color: Red Berry. HEX triplet: 72, 1B and 1E. RGB value is (114,27,30). Sum of RGB (Red+Green+Blue) = 114+27+30=171 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.67% from 171); Green value is 27 (10.94% from 255 or 15.79% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 114 - color contains mainly: red. Hex color #721B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721B1E is #8DE4E1. Grayscale: #353535. Windows color (decimal): -9299170 or 1973106. OLE color: 1973106.

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

Color convert

RGB 114 27 30 -
CMYK 0 0.76 0.74 0.55
HSL 357.93º 0.62% 0.28% -
HSV(B) 357.93º 0.76% 0.45% -
XYZ 7.57 4.46 1.69 -
YUV 53.36 114.82 171.26 -
System Red Green Blue C M Y K H S L
Decimal 114 27 30 0 0.76 0.74 0.55 357.93 0.62 0.28
Hex 72 1B 1E 0 4C 4A 37 166 3E 1C
Octal 162 33 36 0 114 112 67 546 76 34
Binary 1110010 11011 11110 0 1001100 1001010 110111 101100110 111110 11100

Color Harmonies of #721B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721B1E

Black with #721B1E

Text Example


Text Example

White with #721B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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