Html Css Color HEX #65130B Red Oxide

📋 copy color: '#65130B'

red 101 ◦ green 19 ◦ blue 11

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

Shades of Red Oxide #65130B

Tints of Red Oxide #65130B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.5%

 BLUE value IS 11 (4.69% from 255) = 8.4%

R = 77.1%
G = 14.5%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.60

RGB Variations

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

Color information

#65130B (or 0x65130B) is known color: Red Oxide. HEX triplet: 65, 13 and 0B. RGB value is (101,19,11). Sum of RGB (Red+Green+Blue) = 101+19+11=131 (17% of max value = 765). Red value is 101 (39.84% from 255 or 77.10% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 101 - color contains mainly: red. Hex color #65130B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65130B is #9AECF4. Grayscale: #2A2A2A. Windows color (decimal): -10153205 or 725861. OLE color: 725861.

HSL color Cylindrical-coordinate representation of color #65130B: hue angle of 5.33º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #65130B is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 19 11 -
CMYK 0 0.81 0.89 0.60
HSL 5.33º 0.8% 0.22% -
HSV(B) 5.33º 0.89% 0.4% -
XYZ 5.66 3.26 0.65 -
YUV 42.61 110.17 169.65 -
System Red Green Blue C M Y K H S L
Decimal 101 19 11 0 0.81 0.89 0.60 5.33 0.8 0.22
Hex 65 13 B 0 51 59 3C 5 50 16
Octal 145 23 13 0 121 131 74 5 120 26
Binary 1100101 10011 1011 0 1010001 1011001 111100 101 1010000 10110

Color Harmonies of #65130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65130B

Black with #65130B

Text Example


Text Example

White with #65130B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,19,11); }

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

background-color css

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

 a { background-color: rgb(101,19,11); }

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

border-color css

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

 span { border-color: rgb(101,19,11); }

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