Html Css Color HEX #414853 Rhino

📋 copy color: '#414853'

red 65 ◦ green 72 ◦ blue 83

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

Shades of Rhino #414853

Tints of Rhino #414853

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.73%

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

R = 29.55%
G = 32.73%
B = 37.73%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#414853 (or 0x414853) is known color: Rhino. HEX triplet: 41, 48 and 53. RGB value is (65,72,83). Sum of RGB (Red+Green+Blue) = 65+72+83=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 83 - color contains mainly: blue. Hex color #414853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414853 is #BEB7AC. Grayscale: #474747. Windows color (decimal): -12498861 or 5457985. OLE color: 5457985.

HSL color Cylindrical-coordinate representation of color #414853: hue angle of 216.67º 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 #414853 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 72 83 -
CMYK 0.22 0.13 0 0.67
HSL 216.67º 0.12% 0.29% -
HSV(B) 216.67º 0.22% 0.33% -
XYZ 6.06 6.38 9.1 -
YUV 71.16 134.68 123.61 -
System Red Green Blue C M Y K H S L
Decimal 65 72 83 0.22 0.13 0 0.67 216.67 0.12 0.29
Hex 41 48 53 16 D 0 43 D9 C 1D
Octal 101 110 123 26 15 0 103 331 14 35
Binary 1000001 1001000 1010011 10110 1101 0 1000011 11011001 1100 11101

Color Harmonies of #414853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414853

Black with #414853

Text Example


Text Example

White with #414853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414853; }

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

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

background-color css

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

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

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

border-color css

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

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

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