Html Css Color HEX #372835 Valentino

📋 copy color: '#372835'

red 55 ◦ green 40 ◦ blue 53

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

Shades of Valentino #372835

Tints of Valentino #372835

RGB

 RED value IS 55 (21.88% from 255) = 37.16%

 GREEN value IS 40 (16.02% from 255) = 27.03%

 BLUE value IS 53 (21.09% from 255) = 35.81%

R = 37.16%
G = 27.03%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

#372835 (or 0x372835) is known color: Valentino. HEX triplet: 37, 28 and 35. RGB value is (55,40,53). Sum of RGB (Red+Green+Blue) = 55+40+53=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 53 (21.09% from 255 or 35.81% from 148); Max value from RGB is 55 - color contains mainly: red. Hex color #372835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372835 is #C8D7CA. Grayscale: #2D2D2D. Windows color (decimal): -13162443 or 3483703. OLE color: 3483703.

HSL color Cylindrical-coordinate representation of color #372835: hue angle of 308º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #372835 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 40 53 -
CMYK 0 0.27 0.04 0.78
HSL 308º 0.16% 0.19% -
HSV(B) 308º 0.27% 0.22% -
XYZ 2.98 2.59 3.71 -
YUV 45.97 131.97 134.44 -
System Red Green Blue C M Y K H S L
Decimal 55 40 53 0 0.27 0.04 0.78 308 0.16 0.19
Hex 37 28 35 0 1B 4 4E 134 10 13
Octal 67 50 65 0 33 4 116 464 20 23
Binary 110111 101000 110101 0 11011 100 1001110 100110100 10000 10011

Color Harmonies of #372835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372835

Black with #372835

Text Example


Text Example

White with #372835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372835; }

 p { color: rgb(55,40,53); }

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

background-color css

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

 a { background-color: rgb(55,40,53); }

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

border-color css

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

 span { border-color: rgb(55,40,53); }

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