Html Css Color HEX #67161B Pohutukawa

📋 copy color: '#67161B'

red 103 ◦ green 22 ◦ blue 27

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

Shades of Pohutukawa #67161B

Tints of Pohutukawa #67161B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.47%

 BLUE value IS 27 (10.94% from 255) = 17.76%

R = 67.76%
G = 14.47%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#67161B (or 0x67161B) is known color: Pohutukawa. HEX triplet: 67, 16 and 1B. RGB value is (103,22,27). Sum of RGB (Red+Green+Blue) = 103+22+27=152 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.76% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 103 - color contains mainly: red. Hex color #67161B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67161B is #98E9E4. Grayscale: #2E2E2E. Windows color (decimal): -10021349 or 1775207. OLE color: 1775207.

HSL color Cylindrical-coordinate representation of color #67161B: hue angle of 356.3º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #67161B is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 22 27 -
CMYK 0 0.79 0.74 0.60
HSL 356.3º 0.65% 0.25% -
HSV(B) 356.3º 0.79% 0.4% -
XYZ 6.08 3.54 1.4 -
YUV 46.79 116.84 168.09 -
System Red Green Blue C M Y K H S L
Decimal 103 22 27 0 0.79 0.74 0.60 356.3 0.65 0.25
Hex 67 16 1B 0 4F 4A 3C 164 41 19
Octal 147 26 33 0 117 112 74 544 101 31
Binary 1100111 10110 11011 0 1001111 1001010 111100 101100100 1000001 11001

Color Harmonies of #67161B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67161B

Black with #67161B

Text Example


Text Example

White with #67161B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67161B; }

 p { color: rgb(103,22,27); }

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

background-color css

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

 a { background-color: rgb(103,22,27); }

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

border-color css

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

 span { border-color: rgb(103,22,27); }

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