Html Css Color HEX #670827 Pohutukawa

📋 copy color: '#670827'

red 103 ◦ green 8 ◦ blue 39

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

Shades of Pohutukawa #670827

Tints of Pohutukawa #670827

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.33%

 BLUE value IS 39 (15.63% from 255) = 26%

R = 68.67%
G = 5.33%
B = 26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.60

RGB Variations

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

Color information

#670827 (or 0x670827) is known color: Pohutukawa. HEX triplet: 67, 08 and 27. RGB value is (103,8,39). Sum of RGB (Red+Green+Blue) = 103+8+39=150 (19% of max value = 765). Red value is 103 (40.62% from 255 or 68.67% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 103 - color contains mainly: red. Hex color #670827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670827 is #98F7D8. Grayscale: #272727. Windows color (decimal): -10024921 or 2558055. OLE color: 2558055.

HSL color Cylindrical-coordinate representation of color #670827: hue angle of 340.42º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #670827 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 8 39 -
CMYK 0 0.92 0.62 0.60
HSL 340.42º 0.86% 0.22% -
HSV(B) 340.42º 0.92% 0.4% -
XYZ 6.05 3.2 2.22 -
YUV 39.94 127.47 172.98 -
System Red Green Blue C M Y K H S L
Decimal 103 8 39 0 0.92 0.62 0.60 340.42 0.86 0.22
Hex 67 8 27 0 5C 3E 3C 154 56 16
Octal 147 10 47 0 134 76 74 524 126 26
Binary 1100111 1000 100111 0 1011100 111110 111100 101010100 1010110 10110

Color Harmonies of #670827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670827

Black with #670827

Text Example


Text Example

White with #670827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670827; }

 p { color: rgb(103,8,39); }

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

background-color css

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

 a { background-color: rgb(103,8,39); }

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

border-color css

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

 span { border-color: rgb(103,8,39); }

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