Html Css Color HEX #63372D Hairy Heath

📋 copy color: '#63372D'

red 99 ◦ green 55 ◦ blue 45

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

Shades of Hairy Heath #63372D

Tints of Hairy Heath #63372D

RGB

 RED value IS 99 (39.06% from 255) = 49.75%

 GREEN value IS 55 (21.88% from 255) = 27.64%

 BLUE value IS 45 (17.97% from 255) = 22.61%

R = 49.75%
G = 27.64%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.61

RGB Variations

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

Color information

#63372D (or 0x63372D) is known color: Hairy Heath. HEX triplet: 63, 37 and 2D. RGB value is (99,55,45). Sum of RGB (Red+Green+Blue) = 99+55+45=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #63372D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63372D is #9CC8D2. Grayscale: #434343. Windows color (decimal): -10275027 or 2963299. OLE color: 2963299.

HSL color Cylindrical-coordinate representation of color #63372D: hue angle of 11.11º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63372D is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 55 45 -
CMYK 0 0.44 0.55 0.61
HSL 11.11º 0.38% 0.28% -
HSV(B) 11.11º 0.55% 0.39% -
XYZ 6.99 5.57 3.19 -
YUV 67.02 115.58 150.81 -
System Red Green Blue C M Y K H S L
Decimal 99 55 45 0 0.44 0.55 0.61 11.11 0.38 0.28
Hex 63 37 2D 0 2C 37 3D B 26 1C
Octal 143 67 55 0 54 67 75 13 46 34
Binary 1100011 110111 101101 0 101100 110111 111101 1011 100110 11100

Color Harmonies of #63372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63372D

Black with #63372D

Text Example


Text Example

White with #63372D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63372D; }

 p { color: rgb(99,55,45); }

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

background-color css

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

 a { background-color: rgb(99,55,45); }

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

border-color css

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

 span { border-color: rgb(99,55,45); }

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