Html Css Color HEX #63322B Redwood

📋 copy color: '#63322B'

red 99 ◦ green 50 ◦ blue 43

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

Shades of Redwood #63322B

Tints of Redwood #63322B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.4%

R = 51.56%
G = 26.04%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.61

RGB Variations

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

Color information

#63322B (or 0x63322B) is known color: Redwood. HEX triplet: 63, 32 and 2B. RGB value is (99,50,43). Sum of RGB (Red+Green+Blue) = 99+50+43=192 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.56% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 99 - color contains mainly: red. Hex color #63322B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63322B is #9CCDD4. Grayscale: #3F3F3F. Windows color (decimal): -10276309 or 2830947. OLE color: 2830947.

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

Color convert

RGB 99 50 43 -
CMYK 0 0.49 0.57 0.61
HSL 7.5º 0.39% 0.28% -
HSV(B) 7.5º 0.57% 0.39% -
XYZ 6.72 5.11 2.92 -
YUV 63.85 116.23 153.07 -
System Red Green Blue C M Y K H S L
Decimal 99 50 43 0 0.49 0.57 0.61 7.5 0.39 0.28
Hex 63 32 2B 0 31 39 3D 8 27 1C
Octal 143 62 53 0 61 71 75 10 47 34
Binary 1100011 110010 101011 0 110001 111001 111101 1000 100111 11100

Color Harmonies of #63322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63322B

Black with #63322B

Text Example


Text Example

White with #63322B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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