Html Css Color HEX #63342E Redwood

📋 copy color: '#63342E'

red 99 ◦ green 52 ◦ blue 46

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

Shades of Redwood #63342E

Tints of Redwood #63342E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.4%

 BLUE value IS 46 (18.36% from 255) = 23.35%

R = 50.25%
G = 26.4%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.61

RGB Variations

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

Color information

#63342E (or 0x63342E) is known color: Redwood. HEX triplet: 63, 34 and 2E. RGB value is (99,52,46). Sum of RGB (Red+Green+Blue) = 99+52+46=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #63342E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63342E is #9CCBD1. Grayscale: #414141. Windows color (decimal): -10275794 or 3028067. OLE color: 3028067.

HSL color Cylindrical-coordinate representation of color #63342E: hue angle of 6.79º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63342E is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 52 46 -
CMYK 0 0.47 0.54 0.61
HSL 6.79º 0.37% 0.28% -
HSV(B) 6.79º 0.54% 0.39% -
XYZ 6.87 5.31 3.25 -
YUV 65.37 117.07 151.99 -
System Red Green Blue C M Y K H S L
Decimal 99 52 46 0 0.47 0.54 0.61 6.79 0.37 0.28
Hex 63 34 2E 0 2F 36 3D 7 25 1C
Octal 143 64 56 0 57 66 75 7 45 34
Binary 1100011 110100 101110 0 101111 110110 111101 111 100101 11100

Color Harmonies of #63342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63342E

Black with #63342E

Text Example


Text Example

White with #63342E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63342E; }

 p { color: rgb(99,52,46); }

 H1.HeaderClassName
 {
   color: #63342E;
 }
 .AnyTagClassName
 {
   color: #63342E;
 }
</style>

background-color css

<style>
 a { background-color: #63342E; }

 a { background-color: rgb(99,52,46); }

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

border-color css

<style>
 span { border-color: #63342E; }

 span { border-color: rgb(99,52,46); }

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