Html Css Color HEX #69231A Red Oxide

📋 copy color: '#69231A'

red 105 ◦ green 35 ◦ blue 26

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

Shades of Red Oxide #69231A

Tints of Red Oxide #69231A

RGB

 RED value IS 105 (41.41% from 255) = 63.25%

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

 BLUE value IS 26 (10.55% from 255) = 15.66%

R = 63.25%
G = 21.08%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#69231A (or 0x69231A) is known color: Red Oxide. HEX triplet: 69, 23 and 1A. RGB value is (105,35,26). Sum of RGB (Red+Green+Blue) = 105+35+26=166 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.25% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 105 - color contains mainly: red. Hex color #69231A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69231A is #96DCE5. Grayscale: #373737. Windows color (decimal): -9886950 or 1713001. OLE color: 1713001.

HSL color Cylindrical-coordinate representation of color #69231A: hue angle of 6.84º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #69231A is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 35 26 -
CMYK 0 0.67 0.75 0.59
HSL 6.84º 0.6% 0.26% -
HSV(B) 6.84º 0.75% 0.41% -
XYZ 6.61 4.28 1.45 -
YUV 54.9 111.69 163.73 -
System Red Green Blue C M Y K H S L
Decimal 105 35 26 0 0.67 0.75 0.59 6.84 0.6 0.26
Hex 69 23 1A 0 43 4B 3B 7 3C 1A
Octal 151 43 32 0 103 113 73 7 74 32
Binary 1101001 100011 11010 0 1000011 1001011 111011 111 111100 11010

Color Harmonies of #69231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69231A

Black with #69231A

Text Example


Text Example

White with #69231A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69231A; }

 p { color: rgb(105,35,26); }

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

background-color css

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

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

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

border-color css

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

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

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