Html Css Color HEX #661526 Pohutukawa

📋 copy color: '#661526'

red 102 ◦ green 21 ◦ blue 38

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

Shades of Pohutukawa #661526

Tints of Pohutukawa #661526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 23.6%

R = 63.35%
G = 13.04%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.6

RGB Variations

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

Color information

#661526 (or 0x661526) is known color: Pohutukawa. HEX triplet: 66, 15 and 26. RGB value is (102,21,38). Sum of RGB (Red+Green+Blue) = 102+21+38=161 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.35% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 102 - color contains mainly: red. Hex color #661526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661526 is #99EAD9. Grayscale: #2F2F2F. Windows color (decimal): -10087130 or 2495846. OLE color: 2495846.

HSL color Cylindrical-coordinate representation of color #661526: hue angle of 347.41º 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 #661526 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 21 38 -
CMYK 0 0.79 0.63 0.6
HSL 347.41º 0.66% 0.24% -
HSV(B) 347.41º 0.79% 0.4% -
XYZ 6.1 3.5 2.19 -
YUV 47.16 122.84 167.12 -
System Red Green Blue C M Y K H S L
Decimal 102 21 38 0 0.79 0.63 0.6 347.41 0.66 0.24
Hex 66 15 26 0 4F 3F 3C 15B 42 18
Octal 146 25 46 0 117 77 74 533 102 30
Binary 1100110 10101 100110 0 1001111 111111 111100 101011011 1000010 11000

Color Harmonies of #661526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661526

Black with #661526

Text Example


Text Example

White with #661526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661526; }

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

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

background-color css

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

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

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

border-color css

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

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

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