Html Css Color HEX #852F44 Camelot

📋 copy color: '#852F44'

red 133 ◦ green 47 ◦ blue 68

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

Shades of Camelot #852F44

Tints of Camelot #852F44

RGB

 RED value IS 133 (52.34% from 255) = 53.63%

 GREEN value IS 47 (18.75% from 255) = 18.95%

 BLUE value IS 68 (26.95% from 255) = 27.42%

R = 53.63%
G = 18.95%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#852F44 (or 0x852F44) is known color: Camelot. HEX triplet: 85, 2F and 44. RGB value is (133,47,68). Sum of RGB (Red+Green+Blue) = 133+47+68=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #852F44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852F44 is #7AD0BB. Grayscale: #4B4B4B. Windows color (decimal): -8048828 or 4468613. OLE color: 4468613.

HSL color Cylindrical-coordinate representation of color #852F44: hue angle of 345.35º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #852F44 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 47 68 -
CMYK 0 0.65 0.49 0.48
HSL 345.35º 0.48% 0.35% -
HSV(B) 345.35º 0.65% 0.52% -
XYZ 11.73 7.44 6.29 -
YUV 75.11 123.99 169.29 -
System Red Green Blue C M Y K H S L
Decimal 133 47 68 0 0.65 0.49 0.48 345.35 0.48 0.35
Hex 85 2F 44 0 41 31 30 159 30 23
Octal 205 57 104 0 101 61 60 531 60 43
Binary 10000101 101111 1000100 0 1000001 110001 110000 101011001 110000 100011

Color Harmonies of #852F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852F44

Black with #852F44

Text Example


Text Example

White with #852F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852F44; }

 p { color: rgb(133,47,68); }

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

background-color css

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

 a { background-color: rgb(133,47,68); }

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

border-color css

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

 span { border-color: rgb(133,47,68); }

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