Html Css Color HEX #670509 Pohutukawa

📋 copy color: '#670509'

red 103 ◦ green 5 ◦ blue 9

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

Shades of Pohutukawa #670509

Tints of Pohutukawa #670509

RGB

 RED value IS 103 (40.63% from 255) = 88.03%

 GREEN value IS 5 (2.34% from 255) = 4.27%

 BLUE value IS 9 (3.91% from 255) = 7.69%

R = 88.03%
G = 4.27%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.60

RGB Variations

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

Color information

#670509 (or 0x670509) is known color: Pohutukawa. HEX triplet: 67, 05 and 09. RGB value is (103,5,9). Sum of RGB (Red+Green+Blue) = 103+5+9=117 (15% of max value = 765). Red value is 103 (40.62% from 255 or 88.03% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 9 (3.91% from 255 or 7.69% from 117); Max value from RGB is 103 - color contains mainly: red. Hex color #670509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670509 is #98FAF6. Grayscale: #222222. Windows color (decimal): -10025719 or 591207. OLE color: 591207.

HSL color Cylindrical-coordinate representation of color #670509: hue angle of 357.55º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #670509 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 5 9 -
CMYK 0 0.95 0.91 0.60
HSL 357.55º 0.91% 0.21% -
HSV(B) 357.55º 0.95% 0.4% -
XYZ 5.7 3.01 0.54 -
YUV 34.76 113.47 176.67 -
System Red Green Blue C M Y K H S L
Decimal 103 5 9 0 0.95 0.91 0.60 357.55 0.91 0.21
Hex 67 5 9 0 5F 5B 3C 166 5B 15
Octal 147 5 11 0 137 133 74 546 133 25
Binary 1100111 101 1001 0 1011111 1011011 111100 101100110 1011011 10101

Color Harmonies of #670509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670509

Black with #670509

Text Example


Text Example

White with #670509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670509; }

 p { color: rgb(103,5,9); }

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

background-color css

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

 a { background-color: rgb(103,5,9); }

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

border-color css

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

 span { border-color: rgb(103,5,9); }

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