Html Css Color HEX #660925 Pohutukawa

📋 copy color: '#660925'

red 102 ◦ green 9 ◦ blue 37

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

Shades of Pohutukawa #660925

Tints of Pohutukawa #660925

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.08%

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

R = 68.92%
G = 6.08%
B = 25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.6

RGB Variations

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

Color information

#660925 (or 0x660925) is known color: Pohutukawa. HEX triplet: 66, 09 and 25. RGB value is (102,9,37). Sum of RGB (Red+Green+Blue) = 102+9+37=148 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.92% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 102 - color contains mainly: red. Hex color #660925 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660925 is #99F6DA. Grayscale: #272727. Windows color (decimal): -10090203 or 2427238. OLE color: 2427238.

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

Color convert

RGB 102 9 37 -
CMYK 0 0.91 0.64 0.6
HSL 341.94º 0.84% 0.22% -
HSV(B) 341.94º 0.91% 0.4% -
XYZ 5.91 3.15 2.05 -
YUV 40 126.31 172.22 -
System Red Green Blue C M Y K H S L
Decimal 102 9 37 0 0.91 0.64 0.6 341.94 0.84 0.22
Hex 66 9 25 0 5B 40 3C 156 54 16
Octal 146 11 45 0 133 100 74 526 124 26
Binary 1100110 1001 100101 0 1011011 1000000 111100 101010110 1010100 10110

Color Harmonies of #660925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660925

Black with #660925

Text Example


Text Example

White with #660925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660925; }

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

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

background-color css

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

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

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

border-color css

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

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

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