Html Css Color HEX #660F1F Pohutukawa

📋 copy color: '#660F1F'

red 102 ◦ green 15 ◦ blue 31

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

Shades of Pohutukawa #660F1F

Tints of Pohutukawa #660F1F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.14%

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

R = 68.92%
G = 10.14%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.6

RGB Variations

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

Color information

#660F1F (or 0x660F1F) is known color: Pohutukawa. HEX triplet: 66, 0F and 1F. RGB value is (102,15,31). Sum of RGB (Red+Green+Blue) = 102+15+31=148 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.92% from 148); Green value is 15 (6.25% from 255 or 10.14% from 148); Blue value is 31 (12.5% from 255 or 20.95% from 148); Max value from RGB is 102 - color contains mainly: red. Hex color #660F1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660F1F is #99F0E0. Grayscale: #2A2A2A. Windows color (decimal): -10088673 or 2035558. OLE color: 2035558.

HSL color Cylindrical-coordinate representation of color #660F1F: hue angle of 348.97º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #660F1F is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 15 31 -
CMYK 0 0.85 0.70 0.6
HSL 348.97º 0.74% 0.23% -
HSV(B) 348.97º 0.85% 0.4% -
XYZ 5.9 3.27 1.62 -
YUV 42.84 121.32 170.2 -
System Red Green Blue C M Y K H S L
Decimal 102 15 31 0 0.85 0.70 0.6 348.97 0.74 0.23
Hex 66 F 1F 0 55 46 3C 15D 4A 17
Octal 146 17 37 0 125 106 74 535 112 27
Binary 1100110 1111 11111 0 1010101 1000110 111100 101011101 1001010 10111

Color Harmonies of #660F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660F1F

Black with #660F1F

Text Example


Text Example

White with #660F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660F1F; }

 p { color: rgb(102,15,31); }

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

background-color css

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

 a { background-color: rgb(102,15,31); }

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

border-color css

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

 span { border-color: rgb(102,15,31); }

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