Html Css Color HEX #85374B Camelot

📋 copy color: '#85374B'

red 133 ◦ green 55 ◦ blue 75

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

Shades of Camelot #85374B

Tints of Camelot #85374B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.91%

 BLUE value IS 75 (29.69% from 255) = 28.52%

R = 50.57%
G = 20.91%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#85374B (or 0x85374B) is known color: Camelot. HEX triplet: 85, 37 and 4B. RGB value is (133,55,75). Sum of RGB (Red+Green+Blue) = 133+55+75=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #85374B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85374B is #7AC8B4. Grayscale: #505050. Windows color (decimal): -8046773 or 4929413. OLE color: 4929413.

HSL color Cylindrical-coordinate representation of color #85374B: hue angle of 344.62º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85374B is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 55 75 -
CMYK 0 0.59 0.44 0.48
HSL 344.62º 0.41% 0.37% -
HSV(B) 344.62º 0.59% 0.52% -
XYZ 12.31 8.23 7.6 -
YUV 80.6 124.84 165.37 -
System Red Green Blue C M Y K H S L
Decimal 133 55 75 0 0.59 0.44 0.48 344.62 0.41 0.37
Hex 85 37 4B 0 3B 2C 30 159 29 25
Octal 205 67 113 0 73 54 60 531 51 45
Binary 10000101 110111 1001011 0 111011 101100 110000 101011001 101001 100101

Color Harmonies of #85374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85374B

Black with #85374B

Text Example


Text Example

White with #85374B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85374B; }

 p { color: rgb(133,55,75); }

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

background-color css

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

 a { background-color: rgb(133,55,75); }

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

border-color css

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

 span { border-color: rgb(133,55,75); }

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