Html Css Color HEX #652323 Red Oxide

📋 copy color: '#652323'

red 101 ◦ green 35 ◦ blue 35

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

Shades of Red Oxide #652323

Tints of Red Oxide #652323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 20.47%

R = 59.06%
G = 20.47%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.60

RGB Variations

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

Color information

#652323 (or 0x652323) is known color: Red Oxide. HEX triplet: 65, 23 and 23. RGB value is (101,35,35). Sum of RGB (Red+Green+Blue) = 101+35+35=171 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.06% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 101 - color contains mainly: red. Hex color #652323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652323 is #9ADCDC. Grayscale: #363636. Windows color (decimal): -10149085 or 2302821. OLE color: 2302821.

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

Color convert

RGB 101 35 35 -
CMYK 0 0.65 0.65 0.60
HSL 0.49% 0.27% -
HSV(B) 0.65% 0.4% -
XYZ 6.27 4.09 2.05 -
YUV 54.73 116.87 161 -
System Red Green Blue C M Y K H S L
Decimal 101 35 35 0 0.65 0.65 0.60 0 0.49 0.27
Hex 65 23 23 0 41 41 3C 0 31 1B
Octal 145 43 43 0 101 101 74 0 61 33
Binary 1100101 100011 100011 0 1000001 1000001 111100 0 110001 11011

Color Harmonies of #652323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652323

Black with #652323

Text Example


Text Example

White with #652323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652323; }

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

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

background-color css

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

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

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

border-color css

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

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

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