Html Css Color HEX #721925 Red Berry

📋 copy color: '#721925'

red 114 ◦ green 25 ◦ blue 37

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

Shades of Red Berry #721925

Tints of Red Berry #721925

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.2%

 BLUE value IS 37 (14.84% from 255) = 21.02%

R = 64.77%
G = 14.2%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#721925 (or 0x721925) is known color: Red Berry. HEX triplet: 72, 19 and 25. RGB value is (114,25,37). Sum of RGB (Red+Green+Blue) = 114+25+37=176 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.77% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 114 - color contains mainly: red. Hex color #721925 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721925 is #8DE6DA. Grayscale: #353535. Windows color (decimal): -9299675 or 2431346. OLE color: 2431346.

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

Color convert

RGB 114 25 37 -
CMYK 0 0.78 0.68 0.55
HSL 351.91º 0.64% 0.27% -
HSV(B) 351.91º 0.78% 0.45% -
XYZ 7.62 4.41 2.2 -
YUV 52.98 118.99 171.52 -
System Red Green Blue C M Y K H S L
Decimal 114 25 37 0 0.78 0.68 0.55 351.91 0.64 0.27
Hex 72 19 25 0 4E 44 37 160 40 1B
Octal 162 31 45 0 116 104 67 540 100 33
Binary 1110010 11001 100101 0 1001110 1000100 110111 101100000 1000000 11011

Color Harmonies of #721925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721925

Black with #721925

Text Example


Text Example

White with #721925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721925; }

 p { color: rgb(114,25,37); }

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

background-color css

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

 a { background-color: rgb(114,25,37); }

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

border-color css

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

 span { border-color: rgb(114,25,37); }

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