Html Css Color HEX #652626 Red Oxide

📋 copy color: '#652626'

red 101 ◦ green 38 ◦ blue 38

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

Shades of Red Oxide #652626

Tints of Red Oxide #652626

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.47%

 BLUE value IS 38 (15.23% from 255) = 21.47%

R = 57.06%
G = 21.47%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.60

RGB Variations

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

Color information

#652626 (or 0x652626) is known color: Red Oxide. HEX triplet: 65, 26 and 26. RGB value is (101,38,38). Sum of RGB (Red+Green+Blue) = 101+38+38=177 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.06% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 38 (15.23% from 255 or 21.47% from 177); Max value from RGB is 101 - color contains mainly: red. Hex color #652626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652626 is #9AD9D9. Grayscale: #383838. Windows color (decimal): -10148314 or 2500197. OLE color: 2500197.

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

Color convert

RGB 101 38 38 -
CMYK 0 0.62 0.62 0.60
HSL 0.45% 0.27% -
HSV(B) 0.62% 0.4% -
XYZ 6.41 4.29 2.32 -
YUV 56.84 117.37 159.5 -
System Red Green Blue C M Y K H S L
Decimal 101 38 38 0 0.62 0.62 0.60 0 0.45 0.27
Hex 65 26 26 0 3E 3E 3C 0 2D 1B
Octal 145 46 46 0 76 76 74 0 55 33
Binary 1100101 100110 100110 0 111110 111110 111100 0 101101 11011

Color Harmonies of #652626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652626

Black with #652626

Text Example


Text Example

White with #652626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652626; }

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

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

background-color css

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

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

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

border-color css

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

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

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