Html Css Color HEX #660A1B Pohutukawa

📋 copy color: '#660A1B'

red 102 ◦ green 10 ◦ blue 27

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

Shades of Pohutukawa #660A1B

Tints of Pohutukawa #660A1B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.19%

 BLUE value IS 27 (10.94% from 255) = 19.42%

R = 73.38%
G = 7.19%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.6

RGB Variations

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

Color information

#660A1B (or 0x660A1B) is known color: Pohutukawa. HEX triplet: 66, 0A and 1B. RGB value is (102,10,27). Sum of RGB (Red+Green+Blue) = 102+10+27=139 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.38% from 139); Green value is 10 (4.30% from 255 or 7.19% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 102 - color contains mainly: red. Hex color #660A1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660A1B is #99F5E4. Grayscale: #272727. Windows color (decimal): -10089957 or 1772134. OLE color: 1772134.

HSL color Cylindrical-coordinate representation of color #660A1B: hue angle of 348.91º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #660A1B is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 10 27 -
CMYK 0 0.90 0.74 0.6
HSL 348.91º 0.82% 0.22% -
HSV(B) 348.91º 0.9% 0.4% -
XYZ 5.79 3.12 1.33 -
YUV 39.45 120.98 172.62 -
System Red Green Blue C M Y K H S L
Decimal 102 10 27 0 0.90 0.74 0.6 348.91 0.82 0.22
Hex 66 A 1B 0 5A 4A 3C 15D 52 16
Octal 146 12 33 0 132 112 74 535 122 26
Binary 1100110 1010 11011 0 1011010 1001010 111100 101011101 1010010 10110

Color Harmonies of #660A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660A1B

Black with #660A1B

Text Example


Text Example

White with #660A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,10,27); }

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

background-color css

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

 a { background-color: rgb(102,10,27); }

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

border-color css

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

 span { border-color: rgb(102,10,27); }

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