Html Css Color HEX #64352E Redwood

📋 copy color: '#64352E'

red 100 ◦ green 53 ◦ blue 46

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

Shades of Redwood #64352E

Tints of Redwood #64352E

RGB

 RED value IS 100 (39.45% from 255) = 50.25%

 GREEN value IS 53 (21.09% from 255) = 26.63%

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

R = 50.25%
G = 26.63%
B = 23.12%

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

#64352E (or 0x64352E) is known color: Redwood. HEX triplet: 64, 35 and 2E. RGB value is (100,53,46). Sum of RGB (Red+Green+Blue) = 100+53+46=199 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.25% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 100 - color contains mainly: red. Hex color #64352E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64352E is #9BCAD1. Grayscale: #424242. Windows color (decimal): -10210002 or 3028324. OLE color: 3028324.

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

Color convert

RGB 100 53 46 -
CMYK 0 0.47 0.54 0.61
HSL 7.78º 0.37% 0.29% -
HSV(B) 7.78º 0.54% 0.39% -
XYZ 7.02 5.45 3.27 -
YUV 66.26 116.57 152.07 -
System Red Green Blue C M Y K H S L
Decimal 100 53 46 0 0.47 0.54 0.61 7.78 0.37 0.29
Hex 64 35 2E 0 2F 36 3D 8 25 1D
Octal 144 65 56 0 57 66 75 10 45 35
Binary 1100100 110101 101110 0 101111 110110 111101 1000 100101 11101

Color Harmonies of #64352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64352E

Black with #64352E

Text Example


Text Example

White with #64352E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,53,46); }

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

background-color css

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

 a { background-color: rgb(100,53,46); }

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

border-color css

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

 span { border-color: rgb(100,53,46); }

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