Html Css Color HEX #721626 Red Berry

📋 copy color: '#721626'

red 114 ◦ green 22 ◦ blue 38

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

Shades of Red Berry #721626

Tints of Red Berry #721626

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.64%

 BLUE value IS 38 (15.23% from 255) = 21.84%

R = 65.52%
G = 12.64%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#721626 (or 0x721626) is known color: Red Berry. HEX triplet: 72, 16 and 26. RGB value is (114,22,38). Sum of RGB (Red+Green+Blue) = 114+22+38=174 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.52% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 114 - color contains mainly: red. Hex color #721626 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721626 is #8DE9D9. Grayscale: #333333. Windows color (decimal): -9300442 or 2496114. OLE color: 2496114.

HSL color Cylindrical-coordinate representation of color #721626: hue angle of 349.57º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #721626 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 22 38 -
CMYK 0 0.81 0.67 0.55
HSL 349.57º 0.68% 0.27% -
HSV(B) 349.57º 0.81% 0.45% -
XYZ 7.58 4.29 2.26 -
YUV 51.33 120.48 172.7 -
System Red Green Blue C M Y K H S L
Decimal 114 22 38 0 0.81 0.67 0.55 349.57 0.68 0.27
Hex 72 16 26 0 51 43 37 15E 44 1B
Octal 162 26 46 0 121 103 67 536 104 33
Binary 1110010 10110 100110 0 1010001 1000011 110111 101011110 1000100 11011

Color Harmonies of #721626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721626

Black with #721626

Text Example


Text Example

White with #721626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721626; }

 p { color: rgb(114,22,38); }

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

background-color css

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

 a { background-color: rgb(114,22,38); }

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

border-color css

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

 span { border-color: rgb(114,22,38); }

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