Html Css Color HEX #661725 Pohutukawa

📋 copy color: '#661725'

red 102 ◦ green 23 ◦ blue 37

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

Shades of Pohutukawa #661725

Tints of Pohutukawa #661725

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.2%

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

R = 62.96%
G = 14.2%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.6

RGB Variations

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

Color information

#661725 (or 0x661725) is known color: Pohutukawa. HEX triplet: 66, 17 and 25. RGB value is (102,23,37). Sum of RGB (Red+Green+Blue) = 102+23+37=162 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.96% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 102 - color contains mainly: red. Hex color #661725 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661725 is #99E8DA. Grayscale: #303030. Windows color (decimal): -10086619 or 2430822. OLE color: 2430822.

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

Color convert

RGB 102 23 37 -
CMYK 0 0.77 0.64 0.6
HSL 349.37º 0.63% 0.25% -
HSV(B) 349.37º 0.77% 0.4% -
XYZ 6.12 3.57 2.12 -
YUV 48.22 121.67 166.36 -
System Red Green Blue C M Y K H S L
Decimal 102 23 37 0 0.77 0.64 0.6 349.37 0.63 0.25
Hex 66 17 25 0 4D 40 3C 15D 3F 19
Octal 146 27 45 0 115 100 74 535 77 31
Binary 1100110 10111 100101 0 1001101 1000000 111100 101011101 111111 11001

Color Harmonies of #661725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661725

Black with #661725

Text Example


Text Example

White with #661725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661725; }

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

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

background-color css

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

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

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

border-color css

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

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

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