Html Css Color HEX #66251A Caput Mortuum

📋 copy color: '#66251A'

red 102 ◦ green 37 ◦ blue 26

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

Shades of Caput Mortuum #66251A

Tints of Caput Mortuum #66251A

RGB

 RED value IS 102 (40.23% from 255) = 61.82%

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

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

R = 61.82%
G = 22.42%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#66251A (or 0x66251A) is known color: Caput Mortuum. HEX triplet: 66, 25 and 1A. RGB value is (102,37,26). Sum of RGB (Red+Green+Blue) = 102+37+26=165 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.82% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 102 - color contains mainly: red. Hex color #66251A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66251A is #99DAE5. Grayscale: #373737. Windows color (decimal): -10083046 or 1713510. OLE color: 1713510.

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

Color convert

RGB 102 37 26 -
CMYK 0 0.64 0.75 0.6
HSL 8.68º 0.59% 0.25% -
HSV(B) 8.68º 0.75% 0.4% -
XYZ 6.33 4.22 1.46 -
YUV 55.18 111.53 161.39 -
System Red Green Blue C M Y K H S L
Decimal 102 37 26 0 0.64 0.75 0.6 8.68 0.59 0.25
Hex 66 25 1A 0 40 4B 3C 9 3B 19
Octal 146 45 32 0 100 113 74 11 73 31
Binary 1100110 100101 11010 0 1000000 1001011 111100 1001 111011 11001

Color Harmonies of #66251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66251A

Black with #66251A

Text Example


Text Example

White with #66251A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,37,26); }

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

background-color css

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

 a { background-color: rgb(102,37,26); }

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

border-color css

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

 span { border-color: rgb(102,37,26); }

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