Html Css Color HEX #84374B Camelot

📋 copy color: '#84374B'

red 132 ◦ green 55 ◦ blue 75

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

Shades of Camelot #84374B

Tints of Camelot #84374B

RGB

 RED value IS 132 (51.95% from 255) = 50.38%

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

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

R = 50.38%
G = 20.99%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#84374B (or 0x84374B) is known color: Camelot. HEX triplet: 84, 37 and 4B. RGB value is (132,55,75). Sum of RGB (Red+Green+Blue) = 132+55+75=262 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.38% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 132 - color contains mainly: red. Hex color #84374B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84374B is #7BC8B4. Grayscale: #505050. Windows color (decimal): -8112309 or 4929412. OLE color: 4929412.

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

Color convert

RGB 132 55 75 -
CMYK 0 0.58 0.43 0.48
HSL 344.42º 0.41% 0.37% -
HSV(B) 344.42º 0.58% 0.52% -
XYZ 12.15 8.15 7.59 -
YUV 80.3 125.01 164.87 -
System Red Green Blue C M Y K H S L
Decimal 132 55 75 0 0.58 0.43 0.48 344.42 0.41 0.37
Hex 84 37 4B 0 3A 2B 30 158 29 25
Octal 204 67 113 0 72 53 60 530 51 45
Binary 10000100 110111 1001011 0 111010 101011 110000 101011000 101001 100101

Color Harmonies of #84374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84374B

Black with #84374B

Text Example


Text Example

White with #84374B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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