Html Css Color HEX #63322C Redwood

📋 copy color: '#63322C'

red 99 ◦ green 50 ◦ blue 44

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

Shades of Redwood #63322C

Tints of Redwood #63322C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.8%

R = 51.3%
G = 25.91%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.61

RGB Variations

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

Color information

#63322C (or 0x63322C) is known color: Redwood. HEX triplet: 63, 32 and 2C. RGB value is (99,50,44). Sum of RGB (Red+Green+Blue) = 99+50+44=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #63322C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63322C is #9CCDD3. Grayscale: #404040. Windows color (decimal): -10276308 or 2896483. OLE color: 2896483.

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

Color convert

RGB 99 50 44 -
CMYK 0 0.49 0.56 0.61
HSL 6.55º 0.38% 0.28% -
HSV(B) 6.55º 0.56% 0.39% -
XYZ 6.74 5.12 3.02 -
YUV 63.97 116.73 152.99 -
System Red Green Blue C M Y K H S L
Decimal 99 50 44 0 0.49 0.56 0.61 6.55 0.38 0.28
Hex 63 32 2C 0 31 38 3D 7 26 1C
Octal 143 62 54 0 61 70 75 7 46 34
Binary 1100011 110010 101100 0 110001 111000 111101 111 100110 11100

Color Harmonies of #63322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63322C

Black with #63322C

Text Example


Text Example

White with #63322C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63322C; }

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

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

background-color css

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

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

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

border-color css

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

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

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