Html Css Color HEX #670511 Pohutukawa

📋 copy color: '#670511'

red 103 ◦ green 5 ◦ blue 17

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

Shades of Pohutukawa #670511

Tints of Pohutukawa #670511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 13.6%

R = 82.4%
G = 4%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#670511 (or 0x670511) is known color: Pohutukawa. HEX triplet: 67, 05 and 11. RGB value is (103,5,17). Sum of RGB (Red+Green+Blue) = 103+5+17=125 (16% of max value = 765). Red value is 103 (40.62% from 255 or 82.4% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 103 - color contains mainly: red. Hex color #670511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670511 is #98FAEE. Grayscale: #232323. Windows color (decimal): -10025711 or 1115495. OLE color: 1115495.

HSL color Cylindrical-coordinate representation of color #670511: hue angle of 352.65º 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 #670511 is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 5 17 -
CMYK 0 0.95 0.83 0.60
HSL 352.65º 0.91% 0.21% -
HSV(B) 352.65º 0.95% 0.4% -
XYZ 5.75 3.03 0.81 -
YUV 35.67 117.47 176.02 -
System Red Green Blue C M Y K H S L
Decimal 103 5 17 0 0.95 0.83 0.60 352.65 0.91 0.21
Hex 67 5 11 0 5F 53 3C 161 5B 15
Octal 147 5 21 0 137 123 74 541 133 25
Binary 1100111 101 10001 0 1011111 1010011 111100 101100001 1011011 10101

Color Harmonies of #670511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670511

Black with #670511

Text Example


Text Example

White with #670511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670511; }

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

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

background-color css

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

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

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

border-color css

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

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

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