Html Css Color HEX #651305 Red Oxide

📋 copy color: '#651305'

red 101 ◦ green 19 ◦ blue 5

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

Shades of Red Oxide #651305

Tints of Red Oxide #651305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4%

R = 80.8%
G = 15.2%
B = 4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.60

RGB Variations

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

Color information

#651305 (or 0x651305) is known color: Red Oxide. HEX triplet: 65, 13 and 05. RGB value is (101,19,5). Sum of RGB (Red+Green+Blue) = 101+19+5=125 (16% of max value = 765). Red value is 101 (39.84% from 255 or 80.8% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 101 - color contains mainly: red. Hex color #651305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651305 is #9AECFA. Grayscale: #2A2A2A. Windows color (decimal): -10153211 or 332645. OLE color: 332645.

HSL color Cylindrical-coordinate representation of color #651305: hue angle of 8.75º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #651305 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 19 5 -
CMYK 0 0.81 0.95 0.60
HSL 8.75º 0.91% 0.21% -
HSV(B) 8.75º 0.95% 0.4% -
XYZ 5.63 3.24 0.47 -
YUV 41.92 107.17 170.14 -
System Red Green Blue C M Y K H S L
Decimal 101 19 5 0 0.81 0.95 0.60 8.75 0.91 0.21
Hex 65 13 5 0 51 5F 3C 9 5B 15
Octal 145 23 5 0 121 137 74 11 133 25
Binary 1100101 10011 101 0 1010001 1011111 111100 1001 1011011 10101

Color Harmonies of #651305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651305

Black with #651305

Text Example


Text Example

White with #651305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651305; }

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

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

background-color css

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

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

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

border-color css

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

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

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