Html Css Color HEX #81374A Camelot

📋 copy color: '#81374A'

red 129 ◦ green 55 ◦ blue 74

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

Shades of Camelot #81374A

Tints of Camelot #81374A

RGB

 RED value IS 129 (50.78% from 255) = 50%

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

 BLUE value IS 74 (29.3% from 255) = 28.68%

R = 50%
G = 21.32%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#81374A (or 0x81374A) is known color: Camelot. HEX triplet: 81, 37 and 4A. RGB value is (129,55,74). Sum of RGB (Red+Green+Blue) = 129+55+74=258 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 129 - color contains mainly: red. Hex color #81374A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81374A is #7EC8B5. Grayscale: #4F4F4F. Windows color (decimal): -8308918 or 4863873. OLE color: 4863873.

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

Color convert

RGB 129 55 74 -
CMYK 0 0.57 0.43 0.49
HSL 344.59º 0.4% 0.36% -
HSV(B) 344.59º 0.57% 0.51% -
XYZ 11.66 7.89 7.39 -
YUV 79.29 125.02 163.46 -
System Red Green Blue C M Y K H S L
Decimal 129 55 74 0 0.57 0.43 0.49 344.59 0.4 0.36
Hex 81 37 4A 0 39 2B 31 159 28 24
Octal 201 67 112 0 71 53 61 531 50 44
Binary 10000001 110111 1001010 0 111001 101011 110001 101011001 101000 100100

Color Harmonies of #81374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81374A

Black with #81374A

Text Example


Text Example

White with #81374A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81374A; }

 p { color: rgb(129,55,74); }

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

background-color css

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

 a { background-color: rgb(129,55,74); }

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

border-color css

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

 span { border-color: rgb(129,55,74); }

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