Html Css Color HEX #722025 Red Berry

📋 copy color: '#722025'

red 114 ◦ green 32 ◦ blue 37

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

Shades of Red Berry #722025

Tints of Red Berry #722025

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.49%

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

R = 62.3%
G = 17.49%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#722025 (or 0x722025) is known color: Red Berry. HEX triplet: 72, 20 and 25. RGB value is (114,32,37). Sum of RGB (Red+Green+Blue) = 114+32+37=183 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.30% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 37 (14.84% from 255 or 20.22% from 183); Max value from RGB is 114 - color contains mainly: red. Hex color #722025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722025 is #8DDFDA. Grayscale: #393939. Windows color (decimal): -9297883 or 2433138. OLE color: 2433138.

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

Color convert

RGB 114 32 37 -
CMYK 0 0.72 0.68 0.55
HSL 356.34º 0.56% 0.29% -
HSV(B) 356.34º 0.72% 0.45% -
XYZ 7.79 4.74 2.26 -
YUV 57.09 116.67 168.59 -
System Red Green Blue C M Y K H S L
Decimal 114 32 37 0 0.72 0.68 0.55 356.34 0.56 0.29
Hex 72 20 25 0 48 44 37 164 38 1D
Octal 162 40 45 0 110 104 67 544 70 35
Binary 1110010 100000 100101 0 1001000 1000100 110111 101100100 111000 11101

Color Harmonies of #722025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722025

Black with #722025

Text Example


Text Example

White with #722025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722025; }

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

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

background-color css

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

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

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

border-color css

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

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

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