Html Css Color HEX #63302A Redwood

📋 copy color: '#63302A'

red 99 ◦ green 48 ◦ blue 42

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

Shades of Redwood #63302A

Tints of Redwood #63302A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.4%

 BLUE value IS 42 (16.8% from 255) = 22.22%

R = 52.38%
G = 25.4%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.61

RGB Variations

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

Color information

#63302A (or 0x63302A) is known color: Redwood. HEX triplet: 63, 30 and 2A. RGB value is (99,48,42). Sum of RGB (Red+Green+Blue) = 99+48+42=189 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.38% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 99 - color contains mainly: red. Hex color #63302A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63302A is #9CCFD5. Grayscale: #3E3E3E. Windows color (decimal): -10276822 or 2764899. OLE color: 2764899.

HSL color Cylindrical-coordinate representation of color #63302A: hue angle of 6.32º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63302A is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 48 42 -
CMYK 0 0.52 0.58 0.61
HSL 6.32º 0.4% 0.28% -
HSV(B) 6.32º 0.58% 0.39% -
XYZ 6.62 4.93 2.79 -
YUV 62.57 116.4 153.99 -
System Red Green Blue C M Y K H S L
Decimal 99 48 42 0 0.52 0.58 0.61 6.32 0.4 0.28
Hex 63 30 2A 0 34 3A 3D 6 28 1C
Octal 143 60 52 0 64 72 75 6 50 34
Binary 1100011 110000 101010 0 110100 111010 111101 110 101000 11100

Color Harmonies of #63302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63302A

Black with #63302A

Text Example


Text Example

White with #63302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63302A; }

 p { color: rgb(99,48,42); }

 H1.HeaderClassName
 {
   color: #63302A;
 }
 .AnyTagClassName
 {
   color: #63302A;
 }
</style>

background-color css

<style>
 a { background-color: #63302A; }

 a { background-color: rgb(99,48,42); }

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

border-color css

<style>
 span { border-color: #63302A; }

 span { border-color: rgb(99,48,42); }

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