Html Css Color HEX #833461 Rose Bud Cherry

📋 copy color: '#833461'

red 131 ◦ green 52 ◦ blue 97

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

Shades of Rose Bud Cherry #833461

Tints of Rose Bud Cherry #833461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 34.64%

R = 46.79%
G = 18.57%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#833461 (or 0x833461) is known color: Rose Bud Cherry. HEX triplet: 83, 34 and 61. RGB value is (131,52,97). Sum of RGB (Red+Green+Blue) = 131+52+97=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 131 - color contains mainly: red. Hex color #833461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833461 is #7CCB9E. Grayscale: #505050. Windows color (decimal): -8178591 or 6370435. OLE color: 6370435.

HSL color Cylindrical-coordinate representation of color #833461: hue angle of 325.82º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #833461 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 52 97 -
CMYK 0 0.60 0.26 0.49
HSL 325.82º 0.43% 0.36% -
HSV(B) 325.82º 0.6% 0.51% -
XYZ 12.75 8.14 12.21 -
YUV 80.75 137.17 163.84 -
System Red Green Blue C M Y K H S L
Decimal 131 52 97 0 0.60 0.26 0.49 325.82 0.43 0.36
Hex 83 34 61 0 3C 1A 31 146 2B 24
Octal 203 64 141 0 74 32 61 506 53 44
Binary 10000011 110100 1100001 0 111100 11010 110001 101000110 101011 100100

Color Harmonies of #833461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833461

Black with #833461

Text Example


Text Example

White with #833461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833461; }

 p { color: rgb(131,52,97); }

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

background-color css

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

 a { background-color: rgb(131,52,97); }

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

border-color css

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

 span { border-color: rgb(131,52,97); }

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