Html Css Color HEX #66191C Pohutukawa

📋 copy color: '#66191C'

red 102 ◦ green 25 ◦ blue 28

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

Shades of Pohutukawa #66191C

Tints of Pohutukawa #66191C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.13%

 BLUE value IS 28 (11.33% from 255) = 18.06%

R = 65.81%
G = 16.13%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.6

RGB Variations

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

Color information

#66191C (or 0x66191C) is known color: Pohutukawa. HEX triplet: 66, 19 and 1C. RGB value is (102,25,28). Sum of RGB (Red+Green+Blue) = 102+25+28=155 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.81% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 102 - color contains mainly: red. Hex color #66191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66191C is #99E6E3. Grayscale: #303030. Windows color (decimal): -10086116 or 1841510. OLE color: 1841510.

HSL color Cylindrical-coordinate representation of color #66191C: hue angle of 357.66º degrees, saturation: 0.61, 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 #66191C is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 25 28 -
CMYK 0 0.75 0.73 0.6
HSL 357.66º 0.61% 0.25% -
HSV(B) 357.66º 0.75% 0.4% -
XYZ 6.04 3.6 1.48 -
YUV 48.37 116.51 166.26 -
System Red Green Blue C M Y K H S L
Decimal 102 25 28 0 0.75 0.73 0.6 357.66 0.61 0.25
Hex 66 19 1C 0 4B 49 3C 166 3D 19
Octal 146 31 34 0 113 111 74 546 75 31
Binary 1100110 11001 11100 0 1001011 1001001 111100 101100110 111101 11001

Color Harmonies of #66191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66191C

Black with #66191C

Text Example


Text Example

White with #66191C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66191C; }

 p { color: rgb(102,25,28); }

 H1.HeaderClassName
 {
   color: #66191C;
 }
 .AnyTagClassName
 {
   color: #66191C;
 }
</style>

background-color css

<style>
 a { background-color: #66191C; }

 a { background-color: rgb(102,25,28); }

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

border-color css

<style>
 span { border-color: #66191C; }

 span { border-color: rgb(102,25,28); }

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