Html Css Color HEX #65231B Red Oxide

📋 copy color: '#65231B'

red 101 ◦ green 35 ◦ blue 27

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

Shades of Red Oxide #65231B

Tints of Red Oxide #65231B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.47%

 BLUE value IS 27 (10.94% from 255) = 16.56%

R = 61.96%
G = 21.47%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.60

RGB Variations

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

Color information

#65231B (or 0x65231B) is known color: Red Oxide. HEX triplet: 65, 23 and 1B. RGB value is (101,35,27). Sum of RGB (Red+Green+Blue) = 101+35+27=163 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.96% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 101 - color contains mainly: red. Hex color #65231B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65231B is #9ADCE4. Grayscale: #353535. Windows color (decimal): -10149093 or 1778533. OLE color: 1778533.

HSL color Cylindrical-coordinate representation of color #65231B: hue angle of 6.49º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #65231B is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 35 27 -
CMYK 0 0.65 0.73 0.60
HSL 6.49º 0.58% 0.25% -
HSV(B) 6.49º 0.73% 0.4% -
XYZ 6.17 4.05 1.49 -
YUV 53.82 112.87 161.65 -
System Red Green Blue C M Y K H S L
Decimal 101 35 27 0 0.65 0.73 0.60 6.49 0.58 0.25
Hex 65 23 1B 0 41 49 3C 6 3A 19
Octal 145 43 33 0 101 111 74 6 72 31
Binary 1100101 100011 11011 0 1000001 1001001 111100 110 111010 11001

Color Harmonies of #65231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65231B

Black with #65231B

Text Example


Text Example

White with #65231B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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