Html Css Color HEX #661525 Pohutukawa

📋 copy color: '#661525'

red 102 ◦ green 21 ◦ blue 37

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

Shades of Pohutukawa #661525

Tints of Pohutukawa #661525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 23.13%

R = 63.75%
G = 13.13%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.6

RGB Variations

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

Color information

#661525 (or 0x661525) is known color: Pohutukawa. HEX triplet: 66, 15 and 25. RGB value is (102,21,37). Sum of RGB (Red+Green+Blue) = 102+21+37=160 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.75% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 102 - color contains mainly: red. Hex color #661525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661525 is #99EADA. Grayscale: #2F2F2F. Windows color (decimal): -10087131 or 2430310. OLE color: 2430310.

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

Color convert

RGB 102 21 37 -
CMYK 0 0.79 0.64 0.6
HSL 348.15º 0.66% 0.24% -
HSV(B) 348.15º 0.79% 0.4% -
XYZ 6.08 3.49 2.1 -
YUV 47.04 122.34 167.2 -
System Red Green Blue C M Y K H S L
Decimal 102 21 37 0 0.79 0.64 0.6 348.15 0.66 0.24
Hex 66 15 25 0 4F 40 3C 15C 42 18
Octal 146 25 45 0 117 100 74 534 102 30
Binary 1100110 10101 100101 0 1001111 1000000 111100 101011100 1000010 11000

Color Harmonies of #661525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661525

Black with #661525

Text Example


Text Example

White with #661525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661525; }

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

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

background-color css

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

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

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

border-color css

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

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

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