Html Css Color HEX #583430 Redwood

📋 copy color: '#583430'

red 88 ◦ green 52 ◦ blue 48

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

Shades of Redwood #583430

Tints of Redwood #583430

RGB

 RED value IS 88 (34.77% from 255) = 46.81%

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

 BLUE value IS 48 (19.14% from 255) = 25.53%

R = 46.81%
G = 27.66%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#583430 (or 0x583430) is known color: Redwood. HEX triplet: 58, 34 and 30. RGB value is (88,52,48). Sum of RGB (Red+Green+Blue) = 88+52+48=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #583430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583430 is #A7CBCF. Grayscale: #3E3E3E. Windows color (decimal): -10996688 or 3159128. OLE color: 3159128.

HSL color Cylindrical-coordinate representation of color #583430: hue angle of 6º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #583430 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 52 48 -
CMYK 0 0.41 0.45 0.65
HSL 0.29% 0.27% -
HSV(B) 0.45% 0.35% -
XYZ 5.79 4.74 3.41 -
YUV 62.31 119.93 146.33 -
System Red Green Blue C M Y K H S L
Decimal 88 52 48 0 0.41 0.45 0.65 6 0.29 0.27
Hex 58 34 30 0 29 2D 41 6 1D 1B
Octal 130 64 60 0 51 55 101 6 35 33
Binary 1011000 110100 110000 0 101001 101101 1000001 110 11101 11011

Color Harmonies of #583430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583430

Black with #583430

Text Example


Text Example

White with #583430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583430; }

 p { color: rgb(88,52,48); }

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

background-color css

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

 a { background-color: rgb(88,52,48); }

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

border-color css

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

 span { border-color: rgb(88,52,48); }

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