Html Css Color HEX #613029 Redwood

📋 copy color: '#613029'

red 97 ◦ green 48 ◦ blue 41

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

Shades of Redwood #613029

Tints of Redwood #613029

RGB

 RED value IS 97 (38.28% from 255) = 52.15%

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

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

R = 52.15%
G = 25.81%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#613029 (or 0x613029) is known color: Redwood. HEX triplet: 61, 30 and 29. RGB value is (97,48,41). Sum of RGB (Red+Green+Blue) = 97+48+41=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 41 (16.41% from 255 or 22.04% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #613029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613029 is #9ECFD6. Grayscale: #3D3D3D. Windows color (decimal): -10407895 or 2699361. OLE color: 2699361.

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

Color convert

RGB 97 48 41 -
CMYK 0 0.51 0.58 0.62
HSL 7.5º 0.41% 0.27% -
HSV(B) 7.5º 0.58% 0.38% -
XYZ 6.39 4.82 2.69 -
YUV 61.85 116.23 153.07 -
System Red Green Blue C M Y K H S L
Decimal 97 48 41 0 0.51 0.58 0.62 7.5 0.41 0.27
Hex 61 30 29 0 33 3A 3E 8 29 1B
Octal 141 60 51 0 63 72 76 10 51 33
Binary 1100001 110000 101001 0 110011 111010 111110 1000 101001 11011

Color Harmonies of #613029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613029

Black with #613029

Text Example


Text Example

White with #613029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613029; }

 p { color: rgb(97,48,41); }

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

background-color css

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

 a { background-color: rgb(97,48,41); }

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

border-color css

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

 span { border-color: rgb(97,48,41); }

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