Html Css Color HEX #603129 Redwood

📋 copy color: '#603129'

red 96 ◦ green 49 ◦ blue 41

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

Shades of Redwood #603129

Tints of Redwood #603129

RGB

 RED value IS 96 (37.89% from 255) = 51.61%

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

 BLUE value IS 41 (16.41% from 255) = 22.04%

R = 51.61%
G = 26.34%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#603129 (or 0x603129) is known color: Redwood. HEX triplet: 60, 31 and 29. RGB value is (96,49,41). Sum of RGB (Red+Green+Blue) = 96+49+41=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 41 (16.41% from 255 or 22.04% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #603129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603129 is #9FCED6. Grayscale: #3E3E3E. Windows color (decimal): -10473175 or 2699616. OLE color: 2699616.

HSL color Cylindrical-coordinate representation of color #603129: hue angle of 8.73º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #603129 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 49 41 -
CMYK 0 0.49 0.57 0.62
HSL 8.73º 0.4% 0.27% -
HSV(B) 8.73º 0.57% 0.38% -
XYZ 6.32 4.84 2.7 -
YUV 62.14 116.07 152.15 -
System Red Green Blue C M Y K H S L
Decimal 96 49 41 0 0.49 0.57 0.62 8.73 0.4 0.27
Hex 60 31 29 0 31 39 3E 9 28 1B
Octal 140 61 51 0 61 71 76 11 50 33
Binary 1100000 110001 101001 0 110001 111001 111110 1001 101000 11011

Color Harmonies of #603129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603129

Black with #603129

Text Example


Text Example

White with #603129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603129; }

 p { color: rgb(96,49,41); }

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

background-color css

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

 a { background-color: rgb(96,49,41); }

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

border-color css

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

 span { border-color: rgb(96,49,41); }

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