Html Css Color HEX #833258 Rose Bud Cherry

📋 copy color: '#833258'

red 131 ◦ green 50 ◦ blue 88

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

Shades of Rose Bud Cherry #833258

Tints of Rose Bud Cherry #833258

RGB

 RED value IS 131 (51.56% from 255) = 48.7%

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

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

R = 48.7%
G = 18.59%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#833258 (or 0x833258) is known color: Rose Bud Cherry. HEX triplet: 83, 32 and 58. RGB value is (131,50,88). Sum of RGB (Red+Green+Blue) = 131+50+88=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 131 - color contains mainly: red. Hex color #833258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833258 is #7CCDA7. Grayscale: #4E4E4E. Windows color (decimal): -8179112 or 5780099. OLE color: 5780099.

HSL color Cylindrical-coordinate representation of color #833258: hue angle of 331.85º 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 #833258 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 50 88 -
CMYK 0 0.62 0.33 0.49
HSL 331.85º 0.45% 0.35% -
HSV(B) 331.85º 0.62% 0.51% -
XYZ 12.26 7.81 10.09 -
YUV 78.55 133.34 165.41 -
System Red Green Blue C M Y K H S L
Decimal 131 50 88 0 0.62 0.33 0.49 331.85 0.45 0.35
Hex 83 32 58 0 3E 21 31 14C 2D 23
Octal 203 62 130 0 76 41 61 514 55 43
Binary 10000011 110010 1011000 0 111110 100001 110001 101001100 101101 100011

Color Harmonies of #833258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833258

Black with #833258

Text Example


Text Example

White with #833258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833258; }

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

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

background-color css

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

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

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

border-color css

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

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

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