Html Css Color HEX #65472A Dallas

📋 copy color: '#65472A'

red 101 ◦ green 71 ◦ blue 42

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

Shades of Dallas #65472A

Tints of Dallas #65472A

RGB

 RED value IS 101 (39.84% from 255) = 47.2%

 GREEN value IS 71 (28.13% from 255) = 33.18%

 BLUE value IS 42 (16.8% from 255) = 19.63%

R = 47.2%
G = 33.18%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.60

RGB Variations

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

Color information

#65472A (or 0x65472A) is known color: Dallas. HEX triplet: 65, 47 and 2A. RGB value is (101,71,42). Sum of RGB (Red+Green+Blue) = 101+71+42=214 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.20% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 101 - color contains mainly: red. Hex color #65472A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65472A is #9AB8D5. Grayscale: #4C4C4C. Windows color (decimal): -10139862 or 2770789. OLE color: 2770789.

HSL color Cylindrical-coordinate representation of color #65472A: hue angle of 29.49º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65472A is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 71 42 -
CMYK 0 0.30 0.58 0.60
HSL 29.49º 0.41% 0.28% -
HSV(B) 29.49º 0.58% 0.4% -
XYZ 8.04 7.44 3.2 -
YUV 76.66 108.44 145.36 -
System Red Green Blue C M Y K H S L
Decimal 101 71 42 0 0.30 0.58 0.60 29.49 0.41 0.28
Hex 65 47 2A 0 1E 3A 3C 1D 29 1C
Octal 145 107 52 0 36 72 74 35 51 34
Binary 1100101 1000111 101010 0 11110 111010 111100 11101 101001 11100

Color Harmonies of #65472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65472A

Black with #65472A

Text Example


Text Example

White with #65472A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,71,42); }

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

background-color css

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

 a { background-color: rgb(101,71,42); }

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

border-color css

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

 span { border-color: rgb(101,71,42); }

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