Html Css Color HEX #63321F Hairy Heath

📋 copy color: '#63321F'

red 99 ◦ green 50 ◦ blue 31

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

Shades of Hairy Heath #63321F

Tints of Hairy Heath #63321F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.78%

 BLUE value IS 31 (12.5% from 255) = 17.22%

R = 55%
G = 27.78%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#63321F (or 0x63321F) is known color: Hairy Heath. HEX triplet: 63, 32 and 1F. RGB value is (99,50,31). Sum of RGB (Red+Green+Blue) = 99+50+31=180 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 99 - color contains mainly: red. Hex color #63321F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63321F is #9CCDE0. Grayscale: #3E3E3E. Windows color (decimal): -10276321 or 2044515. OLE color: 2044515.

HSL color Cylindrical-coordinate representation of color #63321F: hue angle of 16.76º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #63321F is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 50 31 -
CMYK 0 0.49 0.69 0.61
HSL 16.76º 0.52% 0.25% -
HSV(B) 16.76º 0.69% 0.39% -
XYZ 6.53 5.03 1.92 -
YUV 62.49 110.23 154.04 -
System Red Green Blue C M Y K H S L
Decimal 99 50 31 0 0.49 0.69 0.61 16.76 0.52 0.25
Hex 63 32 1F 0 31 45 3D 11 34 19
Octal 143 62 37 0 61 105 75 21 64 31
Binary 1100011 110010 11111 0 110001 1000101 111101 10001 110100 11001

Color Harmonies of #63321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63321F

Black with #63321F

Text Example


Text Example

White with #63321F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63321F; }

 p { color: rgb(99,50,31); }

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

background-color css

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

 a { background-color: rgb(99,50,31); }

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

border-color css

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

 span { border-color: rgb(99,50,31); }

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