Html Css Color HEX #732027 Red Berry

📋 copy color: '#732027'

red 115 ◦ green 32 ◦ blue 39

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

Shades of Red Berry #732027

Tints of Red Berry #732027

RGB

 RED value IS 115 (45.31% from 255) = 61.83%

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

 BLUE value IS 39 (15.63% from 255) = 20.97%

R = 61.83%
G = 17.2%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#732027 (or 0x732027) is known color: Red Berry. HEX triplet: 73, 20 and 27. RGB value is (115,32,39). Sum of RGB (Red+Green+Blue) = 115+32+39=186 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.83% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 39 (15.62% from 255 or 20.97% from 186); Max value from RGB is 115 - color contains mainly: red. Hex color #732027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732027 is #8CDFD8. Grayscale: #393939. Windows color (decimal): -9232345 or 2564211. OLE color: 2564211.

HSL color Cylindrical-coordinate representation of color #732027: hue angle of 354.94º 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 #732027 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 32 39 -
CMYK 0 0.72 0.66 0.55
HSL 354.94º 0.56% 0.29% -
HSV(B) 354.94º 0.72% 0.45% -
XYZ 7.95 4.82 2.43 -
YUV 57.62 117.5 168.93 -
System Red Green Blue C M Y K H S L
Decimal 115 32 39 0 0.72 0.66 0.55 354.94 0.56 0.29
Hex 73 20 27 0 48 42 37 163 38 1D
Octal 163 40 47 0 110 102 67 543 70 35
Binary 1110011 100000 100111 0 1001000 1000010 110111 101100011 111000 11101

Color Harmonies of #732027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732027

Black with #732027

Text Example


Text Example

White with #732027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732027; }

 p { color: rgb(115,32,39); }

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

background-color css

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

 a { background-color: rgb(115,32,39); }

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

border-color css

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

 span { border-color: rgb(115,32,39); }

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