Html Css Color HEX #721A1D Red Berry

📋 copy color: '#721A1D'

red 114 ◦ green 26 ◦ blue 29

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

Shades of Red Berry #721A1D

Tints of Red Berry #721A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.16%

R = 67.46%
G = 15.38%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#721A1D (or 0x721A1D) is known color: Red Berry. HEX triplet: 72, 1A and 1D. RGB value is (114,26,29). Sum of RGB (Red+Green+Blue) = 114+26+29=169 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.46% from 169); Green value is 26 (10.55% from 255 or 15.38% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 114 - color contains mainly: red. Hex color #721A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721A1D is #8DE5E2. Grayscale: #343434. Windows color (decimal): -9299427 or 1907314. OLE color: 1907314.

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

Color convert

RGB 114 26 29 -
CMYK 0 0.77 0.75 0.55
HSL 357.95º 0.63% 0.27% -
HSV(B) 357.95º 0.77% 0.45% -
XYZ 7.53 4.4 1.62 -
YUV 52.65 114.65 171.76 -
System Red Green Blue C M Y K H S L
Decimal 114 26 29 0 0.77 0.75 0.55 357.95 0.63 0.27
Hex 72 1A 1D 0 4D 4B 37 166 3F 1B
Octal 162 32 35 0 115 113 67 546 77 33
Binary 1110010 11010 11101 0 1001101 1001011 110111 101100110 111111 11011

Color Harmonies of #721A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721A1D

Black with #721A1D

Text Example


Text Example

White with #721A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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