Html Css Color HEX #414953 Rhino

📋 copy color: '#414953'

red 65 ◦ green 73 ◦ blue 83

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

Shades of Rhino #414953

Tints of Rhino #414953

RGB

 RED value IS 65 (25.78% from 255) = 29.41%

 GREEN value IS 73 (28.91% from 255) = 33.03%

 BLUE value IS 83 (32.81% from 255) = 37.56%

R = 29.41%
G = 33.03%
B = 37.56%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#414953 (or 0x414953) is known color: Rhino. HEX triplet: 41, 49 and 53. RGB value is (65,73,83). Sum of RGB (Red+Green+Blue) = 65+73+83=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 83 - color contains mainly: blue. Hex color #414953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414953 is #BEB6AC. Grayscale: #474747. Windows color (decimal): -12498605 or 5458241. OLE color: 5458241.

HSL color Cylindrical-coordinate representation of color #414953: hue angle of 213.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #414953 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 73 83 -
CMYK 0.22 0.12 0 0.67
HSL 213.33º 0.12% 0.29% -
HSV(B) 213.33º 0.22% 0.33% -
XYZ 6.12 6.51 9.12 -
YUV 71.75 134.35 123.19 -
System Red Green Blue C M Y K H S L
Decimal 65 73 83 0.22 0.12 0 0.67 213.33 0.12 0.29
Hex 41 49 53 16 C 0 43 D5 C 1D
Octal 101 111 123 26 14 0 103 325 14 35
Binary 1000001 1001001 1010011 10110 1100 0 1000011 11010101 1100 11101

Color Harmonies of #414953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414953

Black with #414953

Text Example


Text Example

White with #414953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414953; }

 p { color: rgb(65,73,83); }

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

background-color css

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

 a { background-color: rgb(65,73,83); }

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

border-color css

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

 span { border-color: rgb(65,73,83); }

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