Html Css Color HEX #660825 Pohutukawa

📋 copy color: '#660825'

red 102 ◦ green 8 ◦ blue 37

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

Shades of Pohutukawa #660825

Tints of Pohutukawa #660825

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.44%

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

R = 69.39%
G = 5.44%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.6

RGB Variations

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

Color information

#660825 (or 0x660825) is known color: Pohutukawa. HEX triplet: 66, 08 and 25. RGB value is (102,8,37). Sum of RGB (Red+Green+Blue) = 102+8+37=147 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.39% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 102 - color contains mainly: red. Hex color #660825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660825 is #99F7DA. Grayscale: #272727. Windows color (decimal): -10090459 or 2426982. OLE color: 2426982.

HSL color Cylindrical-coordinate representation of color #660825: hue angle of 341.49º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660825 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 8 37 -
CMYK 0 0.92 0.64 0.6
HSL 341.49º 0.85% 0.22% -
HSV(B) 341.49º 0.92% 0.4% -
XYZ 5.9 3.13 2.04 -
YUV 39.41 126.64 172.64 -
System Red Green Blue C M Y K H S L
Decimal 102 8 37 0 0.92 0.64 0.6 341.49 0.85 0.22
Hex 66 8 25 0 5C 40 3C 155 55 16
Octal 146 10 45 0 134 100 74 525 125 26
Binary 1100110 1000 100101 0 1011100 1000000 111100 101010101 1010101 10110

Color Harmonies of #660825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660825

Black with #660825

Text Example


Text Example

White with #660825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660825; }

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

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

background-color css

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

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

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

border-color css

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

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

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