Html Css Color HEX #651B05 Red Oxide

📋 copy color: '#651B05'

red 101 ◦ green 27 ◦ blue 5

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

Shades of Red Oxide #651B05

Tints of Red Oxide #651B05

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.3%

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

R = 75.94%
G = 20.3%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.60

RGB Variations

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

Color information

#651B05 (or 0x651B05) is known color: Red Oxide. HEX triplet: 65, 1B and 05. RGB value is (101,27,5). Sum of RGB (Red+Green+Blue) = 101+27+5=133 (17% of max value = 765). Red value is 101 (39.84% from 255 or 75.94% from 133); Green value is 27 (10.94% from 255 or 20.30% from 133); Blue value is 5 (2.34% from 255 or 3.76% from 133); Max value from RGB is 101 - color contains mainly: red. Hex color #651B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651B05 is #9AE4FA. Grayscale: #2E2E2E. Windows color (decimal): -10151163 or 334693. OLE color: 334693.

HSL color Cylindrical-coordinate representation of color #651B05: hue angle of 13.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 #651B05 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 27 5 -
CMYK 0 0.73 0.95 0.60
HSL 13.75º 0.91% 0.21% -
HSV(B) 13.75º 0.95% 0.4% -
XYZ 5.79 3.56 0.53 -
YUV 46.62 104.52 166.79 -
System Red Green Blue C M Y K H S L
Decimal 101 27 5 0 0.73 0.95 0.60 13.75 0.91 0.21
Hex 65 1B 5 0 49 5F 3C E 5B 15
Octal 145 33 5 0 111 137 74 16 133 25
Binary 1100101 11011 101 0 1001001 1011111 111100 1110 1011011 10101

Color Harmonies of #651B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651B05

Black with #651B05

Text Example


Text Example

White with #651B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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