Html Css Color HEX #721A1B Red Berry

📋 copy color: '#721A1B'

red 114 ◦ green 26 ◦ blue 27

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

Shades of Red Berry #721A1B

Tints of Red Berry #721A1B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.57%

 BLUE value IS 27 (10.94% from 255) = 16.17%

R = 68.26%
G = 15.57%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#721A1B (or 0x721A1B) is known color: Red Berry. HEX triplet: 72, 1A and 1B. RGB value is (114,26,27). Sum of RGB (Red+Green+Blue) = 114+26+27=167 (22% of max value = 765). Red value is 114 (44.92% from 255 or 68.26% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 114 - color contains mainly: red. Hex color #721A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721A1B is #8DE5E4. Grayscale: #343434. Windows color (decimal): -9299429 or 1776242. OLE color: 1776242.

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

Color convert

RGB 114 26 27 -
CMYK 0 0.77 0.76 0.55
HSL 359.32º 0.63% 0.27% -
HSV(B) 359.32º 0.77% 0.45% -
XYZ 7.51 4.4 1.49 -
YUV 52.43 113.65 171.92 -
System Red Green Blue C M Y K H S L
Decimal 114 26 27 0 0.77 0.76 0.55 359.32 0.63 0.27
Hex 72 1A 1B 0 4D 4C 37 167 3F 1B
Octal 162 32 33 0 115 114 67 547 77 33
Binary 1110010 11010 11011 0 1001101 1001100 110111 101100111 111111 11011

Color Harmonies of #721A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721A1B

Black with #721A1B

Text Example


Text Example

White with #721A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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