Html Css Color HEX #583330 Redwood

📋 copy color: '#583330'

red 88 ◦ green 51 ◦ blue 48

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

Shades of Redwood #583330

Tints of Redwood #583330

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.27%

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

R = 47.06%
G = 27.27%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#583330 (or 0x583330) is known color: Redwood. HEX triplet: 58, 33 and 30. RGB value is (88,51,48). Sum of RGB (Red+Green+Blue) = 88+51+48=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 48 (19.14% from 255 or 25.67% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #583330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583330 is #A7CCCF. Grayscale: #3D3D3D. Windows color (decimal): -10996944 or 3158872. OLE color: 3158872.

HSL color Cylindrical-coordinate representation of color #583330: hue angle of 4.5º 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 #583330 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 51 48 -
CMYK 0 0.42 0.45 0.65
HSL 4.5º 0.29% 0.27% -
HSV(B) 4.5º 0.45% 0.35% -
XYZ 5.74 4.66 3.39 -
YUV 61.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 88 51 48 0 0.42 0.45 0.65 4.5 0.29 0.27
Hex 58 33 30 0 2A 2D 41 4 1D 1B
Octal 130 63 60 0 52 55 101 4 35 33
Binary 1011000 110011 110000 0 101010 101101 1000001 100 11101 11011

Color Harmonies of #583330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583330

Black with #583330

Text Example


Text Example

White with #583330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583330; }

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

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

background-color css

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

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

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

border-color css

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

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

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