Html Css Color HEX #661828 Pohutukawa

📋 copy color: '#661828'

red 102 ◦ green 24 ◦ blue 40

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

Shades of Pohutukawa #661828

Tints of Pohutukawa #661828

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.46%

 BLUE value IS 40 (16.02% from 255) = 24.1%

R = 61.45%
G = 14.46%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.6

RGB Variations

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

Color information

#661828 (or 0x661828) is known color: Pohutukawa. HEX triplet: 66, 18 and 28. RGB value is (102,24,40). Sum of RGB (Red+Green+Blue) = 102+24+40=166 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.45% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 40 (16.02% from 255 or 24.10% from 166); Max value from RGB is 102 - color contains mainly: red. Hex color #661828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661828 is #99E7D7. Grayscale: #313131. Windows color (decimal): -10086360 or 2627686. OLE color: 2627686.

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

Color convert

RGB 102 24 40 -
CMYK 0 0.76 0.61 0.6
HSL 347.69º 0.62% 0.25% -
HSV(B) 347.69º 0.76% 0.4% -
XYZ 6.19 3.63 2.38 -
YUV 49.15 122.84 165.7 -
System Red Green Blue C M Y K H S L
Decimal 102 24 40 0 0.76 0.61 0.6 347.69 0.62 0.25
Hex 66 18 28 0 4C 3D 3C 15C 3E 19
Octal 146 30 50 0 114 75 74 534 76 31
Binary 1100110 11000 101000 0 1001100 111101 111100 101011100 111110 11001

Color Harmonies of #661828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661828

Black with #661828

Text Example


Text Example

White with #661828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661828; }

 p { color: rgb(102,24,40); }

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

background-color css

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

 a { background-color: rgb(102,24,40); }

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

border-color css

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

 span { border-color: rgb(102,24,40); }

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