Html Css Color HEX #66151A Pohutukawa

📋 copy color: '#66151A'

red 102 ◦ green 21 ◦ blue 26

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

Shades of Pohutukawa #66151A

Tints of Pohutukawa #66151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.09%

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

R = 68.46%
G = 14.09%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#66151A (or 0x66151A) is known color: Pohutukawa. HEX triplet: 66, 15 and 1A. RGB value is (102,21,26). Sum of RGB (Red+Green+Blue) = 102+21+26=149 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.46% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 102 - color contains mainly: red. Hex color #66151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66151A is #99EAE5. Grayscale: #2D2D2D. Windows color (decimal): -10087142 or 1709414. OLE color: 1709414.

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

Color convert

RGB 102 21 26 -
CMYK 0 0.79 0.75 0.6
HSL 356.3º 0.66% 0.24% -
HSV(B) 356.3º 0.79% 0.4% -
XYZ 5.93 3.44 1.33 -
YUV 45.79 116.84 168.09 -
System Red Green Blue C M Y K H S L
Decimal 102 21 26 0 0.79 0.75 0.6 356.3 0.66 0.24
Hex 66 15 1A 0 4F 4B 3C 164 42 18
Octal 146 25 32 0 117 113 74 544 102 30
Binary 1100110 10101 11010 0 1001111 1001011 111100 101100100 1000010 11000

Color Harmonies of #66151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66151A

Black with #66151A

Text Example


Text Example

White with #66151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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