Html Css Color HEX #661A1D Pohutukawa

📋 copy color: '#661A1D'

red 102 ◦ green 26 ◦ blue 29

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

Shades of Pohutukawa #661A1D

Tints of Pohutukawa #661A1D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.56%

 BLUE value IS 29 (11.72% from 255) = 18.47%

R = 64.97%
G = 16.56%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.6

RGB Variations

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

Color information

#661A1D (or 0x661A1D) is known color: Pohutukawa. HEX triplet: 66, 1A and 1D. RGB value is (102,26,29). Sum of RGB (Red+Green+Blue) = 102+26+29=157 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.97% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 102 - color contains mainly: red. Hex color #661A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661A1D is #99E5E2. Grayscale: #313131. Windows color (decimal): -10085859 or 1907302. OLE color: 1907302.

HSL color Cylindrical-coordinate representation of color #661A1D: hue angle of 357.63º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #661A1D is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 26 29 -
CMYK 0 0.75 0.72 0.6
HSL 357.63º 0.59% 0.25% -
HSV(B) 357.63º 0.75% 0.4% -
XYZ 6.07 3.65 1.55 -
YUV 49.07 116.68 165.76 -
System Red Green Blue C M Y K H S L
Decimal 102 26 29 0 0.75 0.72 0.6 357.63 0.59 0.25
Hex 66 1A 1D 0 4B 48 3C 166 3B 19
Octal 146 32 35 0 113 110 74 546 73 31
Binary 1100110 11010 11101 0 1001011 1001000 111100 101100110 111011 11001

Color Harmonies of #661A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661A1D

Black with #661A1D

Text Example


Text Example

White with #661A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661A1D; }

 p { color: rgb(102,26,29); }

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

background-color css

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

 a { background-color: rgb(102,26,29); }

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

border-color css

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

 span { border-color: rgb(102,26,29); }

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