Html Css Color HEX #651D0B Red Oxide

📋 copy color: '#651D0B'

red 101 ◦ green 29 ◦ blue 11

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

Shades of Red Oxide #651D0B

Tints of Red Oxide #651D0B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.57%

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

R = 71.63%
G = 20.57%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.60

RGB Variations

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

Color information

#651D0B (or 0x651D0B) is known color: Red Oxide. HEX triplet: 65, 1D and 0B. RGB value is (101,29,11). Sum of RGB (Red+Green+Blue) = 101+29+11=141 (18% of max value = 765). Red value is 101 (39.84% from 255 or 71.63% from 141); Green value is 29 (11.72% from 255 or 20.57% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 101 - color contains mainly: red. Hex color #651D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651D0B is #9AE2F4. Grayscale: #303030. Windows color (decimal): -10150645 or 728421. OLE color: 728421.

HSL color Cylindrical-coordinate representation of color #651D0B: hue angle of 12º 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 #651D0B is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 29 11 -
CMYK 0 0.71 0.89 0.60
HSL 12º 0.8% 0.22% -
HSV(B) 12º 0.89% 0.4% -
XYZ 5.87 3.67 0.72 -
YUV 48.48 106.85 165.46 -
System Red Green Blue C M Y K H S L
Decimal 101 29 11 0 0.71 0.89 0.60 12 0.8 0.22
Hex 65 1D B 0 47 59 3C C 50 16
Octal 145 35 13 0 107 131 74 14 120 26
Binary 1100101 11101 1011 0 1000111 1011001 111100 1100 1010000 10110

Color Harmonies of #651D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651D0B

Black with #651D0B

Text Example


Text Example

White with #651D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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