Html Css Color HEX #67251F Red Oxide

📋 copy color: '#67251F'

red 103 ◦ green 37 ◦ blue 31

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

Shades of Red Oxide #67251F

Tints of Red Oxide #67251F

RGB

 RED value IS 103 (40.63% from 255) = 60.23%

 GREEN value IS 37 (14.84% from 255) = 21.64%

 BLUE value IS 31 (12.5% from 255) = 18.13%

R = 60.23%
G = 21.64%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.60

RGB Variations

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

Color information

#67251F (or 0x67251F) is known color: Red Oxide. HEX triplet: 67, 25 and 1F. RGB value is (103,37,31). Sum of RGB (Red+Green+Blue) = 103+37+31=171 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.23% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 103 - color contains mainly: red. Hex color #67251F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67251F is #98DAE0. Grayscale: #383838. Windows color (decimal): -10017505 or 2041191. OLE color: 2041191.

HSL color Cylindrical-coordinate representation of color #67251F: hue angle of 5º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #67251F is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 37 31 -
CMYK 0 0.64 0.70 0.60
HSL 0.54% 0.26% -
HSV(B) 0.7% 0.4% -
XYZ 6.5 4.31 1.78 -
YUV 56.05 113.87 161.49 -
System Red Green Blue C M Y K H S L
Decimal 103 37 31 0 0.64 0.70 0.60 5 0.54 0.26
Hex 67 25 1F 0 40 46 3C 5 36 1A
Octal 147 45 37 0 100 106 74 5 66 32
Binary 1100111 100101 11111 0 1000000 1000110 111100 101 110110 11010

Color Harmonies of #67251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67251F

Black with #67251F

Text Example


Text Example

White with #67251F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67251F; }

 p { color: rgb(103,37,31); }

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

background-color css

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

 a { background-color: rgb(103,37,31); }

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

border-color css

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

 span { border-color: rgb(103,37,31); }

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