Html Css Color HEX #66131A Pohutukawa

📋 copy color: '#66131A'

red 102 ◦ green 19 ◦ blue 26

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

Shades of Pohutukawa #66131A

Tints of Pohutukawa #66131A

RGB

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

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

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

R = 69.39%
G = 12.93%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#66131A (or 0x66131A) is known color: Pohutukawa. HEX triplet: 66, 13 and 1A. RGB value is (102,19,26). Sum of RGB (Red+Green+Blue) = 102+19+26=147 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.39% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 102 - color contains mainly: red. Hex color #66131A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66131A is #99ECE5. Grayscale: #2C2C2C. Windows color (decimal): -10087654 or 1708902. OLE color: 1708902.

HSL color Cylindrical-coordinate representation of color #66131A: hue angle of 354.94º 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 #66131A is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 19 26 -
CMYK 0 0.81 0.75 0.6
HSL 354.94º 0.69% 0.24% -
HSV(B) 354.94º 0.81% 0.4% -
XYZ 5.9 3.37 1.32 -
YUV 44.62 117.5 168.93 -
System Red Green Blue C M Y K H S L
Decimal 102 19 26 0 0.81 0.75 0.6 354.94 0.69 0.24
Hex 66 13 1A 0 51 4B 3C 163 45 18
Octal 146 23 32 0 121 113 74 543 105 30
Binary 1100110 10011 11010 0 1010001 1001011 111100 101100011 1000101 11000

Color Harmonies of #66131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66131A

Black with #66131A

Text Example


Text Example

White with #66131A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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