Html Css Color HEX #65130D Red Oxide

📋 copy color: '#65130D'

red 101 ◦ green 19 ◦ blue 13

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

Shades of Red Oxide #65130D

Tints of Red Oxide #65130D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.77%

R = 75.94%
G = 14.29%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.60

RGB Variations

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

Color information

#65130D (or 0x65130D) is known color: Red Oxide. HEX triplet: 65, 13 and 0D. RGB value is (101,19,13). Sum of RGB (Red+Green+Blue) = 101+19+13=133 (17% of max value = 765). Red value is 101 (39.84% from 255 or 75.94% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 101 - color contains mainly: red. Hex color #65130D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65130D is #9AECF2. Grayscale: #2A2A2A. Windows color (decimal): -10153203 or 856933. OLE color: 856933.

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

Color convert

RGB 101 19 13 -
CMYK 0 0.81 0.87 0.60
HSL 4.09º 0.77% 0.22% -
HSV(B) 4.09º 0.87% 0.4% -
XYZ 5.67 3.26 0.71 -
YUV 42.83 111.17 169.49 -
System Red Green Blue C M Y K H S L
Decimal 101 19 13 0 0.81 0.87 0.60 4.09 0.77 0.22
Hex 65 13 D 0 51 57 3C 4 4D 16
Octal 145 23 15 0 121 127 74 4 115 26
Binary 1100101 10011 1101 0 1010001 1010111 111100 100 1001101 10110

Color Harmonies of #65130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65130D

Black with #65130D

Text Example


Text Example

White with #65130D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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