Html Css Color HEX #71404B Camelot

📋 copy color: '#71404B'

red 113 ◦ green 64 ◦ blue 75

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

Shades of Camelot #71404B

Tints of Camelot #71404B

RGB

 RED value IS 113 (44.53% from 255) = 44.84%

 GREEN value IS 64 (25.39% from 255) = 25.4%

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

R = 44.84%
G = 25.4%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#71404B (or 0x71404B) is known color: Camelot. HEX triplet: 71, 40 and 4B. RGB value is (113,64,75). Sum of RGB (Red+Green+Blue) = 113+64+75=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #71404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71404B is #8EBFB4. Grayscale: #4F4F4F. Windows color (decimal): -9355189 or 4931697. OLE color: 4931697.

HSL color Cylindrical-coordinate representation of color #71404B: hue angle of 346.53º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #71404B is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 64 75 -
CMYK 0 0.43 0.34 0.56
HSL 346.53º 0.28% 0.35% -
HSV(B) 346.53º 0.43% 0.44% -
XYZ 9.91 7.69 7.62 -
YUV 79.91 125.23 151.61 -
System Red Green Blue C M Y K H S L
Decimal 113 64 75 0 0.43 0.34 0.56 346.53 0.28 0.35
Hex 71 40 4B 0 2B 22 38 15B 1C 23
Octal 161 100 113 0 53 42 70 533 34 43
Binary 1110001 1000000 1001011 0 101011 100010 111000 101011011 11100 100011

Color Harmonies of #71404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71404B

Black with #71404B

Text Example


Text Example

White with #71404B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,64,75); }

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

background-color css

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

 a { background-color: rgb(113,64,75); }

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

border-color css

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

 span { border-color: rgb(113,64,75); }

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