Html Css Color HEX #823158 Rose Bud Cherry

📋 copy color: '#823158'

red 130 ◦ green 49 ◦ blue 88

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

Shades of Rose Bud Cherry #823158

Tints of Rose Bud Cherry #823158

RGB

 RED value IS 130 (51.17% from 255) = 48.69%

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

 BLUE value IS 88 (34.77% from 255) = 32.96%

R = 48.69%
G = 18.35%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#823158 (or 0x823158) is known color: Rose Bud Cherry. HEX triplet: 82, 31 and 58. RGB value is (130,49,88). Sum of RGB (Red+Green+Blue) = 130+49+88=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #823158 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823158 is #7DCEA7. Grayscale: #4D4D4D. Windows color (decimal): -8244904 or 5779842. OLE color: 5779842.

HSL color Cylindrical-coordinate representation of color #823158: hue angle of 331.11º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #823158 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 49 88 -
CMYK 0 0.62 0.32 0.49
HSL 331.11º 0.45% 0.35% -
HSV(B) 331.11º 0.62% 0.51% -
XYZ 12.07 7.65 10.07 -
YUV 77.67 133.84 165.33 -
System Red Green Blue C M Y K H S L
Decimal 130 49 88 0 0.62 0.32 0.49 331.11 0.45 0.35
Hex 82 31 58 0 3E 20 31 14B 2D 23
Octal 202 61 130 0 76 40 61 513 55 43
Binary 10000010 110001 1011000 0 111110 100000 110001 101001011 101101 100011

Color Harmonies of #823158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823158

Black with #823158

Text Example


Text Example

White with #823158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823158; }

 p { color: rgb(130,49,88); }

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

background-color css

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

 a { background-color: rgb(130,49,88); }

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

border-color css

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

 span { border-color: rgb(130,49,88); }

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