Html Css Color HEX #732328 Red Berry

📋 copy color: '#732328'

red 115 ◦ green 35 ◦ blue 40

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

Shades of Red Berry #732328

Tints of Red Berry #732328

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.42%

 BLUE value IS 40 (16.02% from 255) = 21.05%

R = 60.53%
G = 18.42%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#732328 (or 0x732328) is known color: Red Berry. HEX triplet: 73, 23 and 28. RGB value is (115,35,40). Sum of RGB (Red+Green+Blue) = 115+35+40=190 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.53% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 115 - color contains mainly: red. Hex color #732328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732328 is #8CDCD7. Grayscale: #3B3B3B. Windows color (decimal): -9231576 or 2630515. OLE color: 2630515.

HSL color Cylindrical-coordinate representation of color #732328: hue angle of 356.25º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #732328 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 35 40 -
CMYK 0 0.70 0.65 0.55
HSL 356.25º 0.53% 0.29% -
HSV(B) 356.25º 0.7% 0.45% -
XYZ 8.05 5 2.55 -
YUV 59.49 117 167.59 -
System Red Green Blue C M Y K H S L
Decimal 115 35 40 0 0.70 0.65 0.55 356.25 0.53 0.29
Hex 73 23 28 0 46 41 37 164 35 1D
Octal 163 43 50 0 106 101 67 544 65 35
Binary 1110011 100011 101000 0 1000110 1000001 110111 101100100 110101 11101

Color Harmonies of #732328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732328

Black with #732328

Text Example


Text Example

White with #732328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732328; }

 p { color: rgb(115,35,40); }

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

background-color css

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

 a { background-color: rgb(115,35,40); }

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

border-color css

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

 span { border-color: rgb(115,35,40); }

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