Html Css Color HEX #63312B Redwood

📋 copy color: '#63312B'

red 99 ◦ green 49 ◦ blue 43

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

Shades of Redwood #63312B

Tints of Redwood #63312B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.65%

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

R = 51.83%
G = 25.65%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.61

RGB Variations

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

Color information

#63312B (or 0x63312B) is known color: Redwood. HEX triplet: 63, 31 and 2B. RGB value is (99,49,43). Sum of RGB (Red+Green+Blue) = 99+49+43=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #63312B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63312B is #9CCED4. Grayscale: #3F3F3F. Windows color (decimal): -10276565 or 2830691. OLE color: 2830691.

HSL color Cylindrical-coordinate representation of color #63312B: hue angle of 6.43º 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 #63312B is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 49 43 -
CMYK 0 0.51 0.57 0.61
HSL 6.43º 0.39% 0.28% -
HSV(B) 6.43º 0.57% 0.39% -
XYZ 6.68 5.02 2.9 -
YUV 63.27 116.57 153.49 -
System Red Green Blue C M Y K H S L
Decimal 99 49 43 0 0.51 0.57 0.61 6.43 0.39 0.28
Hex 63 31 2B 0 33 39 3D 6 27 1C
Octal 143 61 53 0 63 71 75 6 47 34
Binary 1100011 110001 101011 0 110011 111001 111101 110 100111 11100

Color Harmonies of #63312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63312B

Black with #63312B

Text Example


Text Example

White with #63312B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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