Html Css Color HEX #58322D Redwood

📋 copy color: '#58322D'

red 88 ◦ green 50 ◦ blue 45

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

Shades of Redwood #58322D

Tints of Redwood #58322D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.32%

 BLUE value IS 45 (17.97% from 255) = 24.59%

R = 48.09%
G = 27.32%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#58322D (or 0x58322D) is known color: Redwood. HEX triplet: 58, 32 and 2D. RGB value is (88,50,45). Sum of RGB (Red+Green+Blue) = 88+50+45=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #58322D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58322D is #A7CDD2. Grayscale: #3C3C3C. Windows color (decimal): -10997203 or 2962008. OLE color: 2962008.

HSL color Cylindrical-coordinate representation of color #58322D: hue angle of 6.98º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58322D is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 50 45 -
CMYK 0 0.43 0.49 0.65
HSL 6.98º 0.32% 0.26% -
HSV(B) 6.98º 0.49% 0.35% -
XYZ 5.64 4.55 3.06 -
YUV 60.79 119.09 147.41 -
System Red Green Blue C M Y K H S L
Decimal 88 50 45 0 0.43 0.49 0.65 6.98 0.32 0.26
Hex 58 32 2D 0 2B 31 41 7 20 1A
Octal 130 62 55 0 53 61 101 7 40 32
Binary 1011000 110010 101101 0 101011 110001 1000001 111 100000 11010

Color Harmonies of #58322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58322D

Black with #58322D

Text Example


Text Example

White with #58322D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58322D; }

 p { color: rgb(88,50,45); }

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

background-color css

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

 a { background-color: rgb(88,50,45); }

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

border-color css

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

 span { border-color: rgb(88,50,45); }

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