Html Css Color HEX #66131F Pohutukawa

📋 copy color: '#66131F'

red 102 ◦ green 19 ◦ blue 31

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

Shades of Pohutukawa #66131F

Tints of Pohutukawa #66131F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.5%

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

R = 67.11%
G = 12.5%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.6

RGB Variations

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

Color information

#66131F (or 0x66131F) is known color: Pohutukawa. HEX triplet: 66, 13 and 1F. RGB value is (102,19,31). Sum of RGB (Red+Green+Blue) = 102+19+31=152 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.11% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 102 - color contains mainly: red. Hex color #66131F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66131F is #99ECE0. Grayscale: #2D2D2D. Windows color (decimal): -10087649 or 2036582. OLE color: 2036582.

HSL color Cylindrical-coordinate representation of color #66131F: hue angle of 351.33º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #66131F is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 19 31 -
CMYK 0 0.81 0.70 0.6
HSL 351.33º 0.69% 0.24% -
HSV(B) 351.33º 0.81% 0.4% -
XYZ 5.96 3.39 1.64 -
YUV 45.19 120 168.52 -
System Red Green Blue C M Y K H S L
Decimal 102 19 31 0 0.81 0.70 0.6 351.33 0.69 0.24
Hex 66 13 1F 0 51 46 3C 15F 45 18
Octal 146 23 37 0 121 106 74 537 105 30
Binary 1100110 10011 11111 0 1010001 1000110 111100 101011111 1000101 11000

Color Harmonies of #66131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66131F

Black with #66131F

Text Example


Text Example

White with #66131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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